I am working on optimizing Gene selection in microarray data for Cancer Classification. I am going to use SVM in (libsvm) as wrapper approach to evaluate Gene subsets using 10 K fold cross validation.

Microarray data consider as huge dimensional data ( i.e Lymphoma data set consists 4026 Genes 'features' and  62 instances and 3 class labels).

Does libsvm support multiclass classification, As in my work, Lymphoma & MLL has 3 classes?

What is the appropriate svm type and kernal type and parameters for the chosen kernal (c,gamma, etc...) in LIBSVM multi class classification  like microarray data?

Similar questions and discussions