Description Usage Format Details Value Source References Examples
The variable "featureRankedList" contains the output of the function named "svmrfeFeatureRanking()".
1 | data("featureRankedList")
|
1 2 |
To solve the classification problem with the help of ranking the features an algorithm was proposed by Guyon named SVM-RFE. In this algorithm the dataset has been trained with SVM linear kernel model and removed the feature with smallest ranking criterion. This criterion is the w value of the decision hyperplane given by the SVM.
featureRankedList |
returns the feature list. |
http://www.uccor.edu.ar/paginas/seminarios/Software/SVM-RFE.zip
Guyon, I., et al. (2002) Gene selection for cancer classification using support vector machines, Machine learning, 46, 389-422.
1 2 | data(featureRankedList)
## maybe str(featureRankedList) ; plot(featureRankedList) ...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.