SVMAttributeEval

Evaluates the worth of an attribute by using an SVM classifier. Attributes are ranked by the square of the weight assigned by the SVM. Attribute selection for multiclass problems is handled by ranking attributes for each class seperately using a one-vs-all method and then "dealing" from the top of each pile to give a final ranking. For more information see: I. Guyon, J. Weston, S. Barnhill, V. Vapnik (2002). Gene selection for cancer classification using support vector machines. Machine Learning. 46:389-422.

Homepage POM file JAR file Javadoc
'nz.ac.waikato.cms.weka:SVMAttributeEval:1.0.2'

Dependencies

Compile dependencies

Test dependencies