DOC

nz.ac.waikato.cms.weka : SVMAttributeEval

Maven & Gradle

Apr 26, 2012

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.

Table Of Contents

Latest Version

Download nz.ac.waikato.cms.weka : SVMAttributeEval Javadoc & API Documentation - Latest Versions:

All Versions

Download nz.ac.waikato.cms.weka : SVMAttributeEval Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file SVMAttributeEval-1.0.2-javadoc.jar to SVMAttributeEval-1.0.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder SVMAttributeEval-1.0.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "SVMAttributeEval-1.0.2-sources.jar" -d "SVMAttributeEval-1.0.2-javadoc" -subpackages