DOC

nz.ac.waikato.cms.weka : classifierBasedAttributeSelection

Maven & Gradle

Oct 16, 2014
2 usages

classifierBasedAttributeSelection · This package provides two classes - one for evaluating the merit of individual attributes using a classifier (ClassifierAttributeEval), and second for evaluating the merit of subsets of attributes using a classifier (ClassifierSubsetEval). Both invoke a user-specified classifier to perform the evaluation, either under cross-validation or on the training data.

Table Of Contents

Latest Version

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

All Versions

Download nz.ac.waikato.cms.weka : classifierBasedAttributeSelection 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 classifierBasedAttributeSelection-1.0.5-javadoc.jar to classifierBasedAttributeSelection-1.0.5-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder classifierBasedAttributeSelection-1.0.5-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 "classifierBasedAttributeSelection-1.0.5-sources.jar" -d "classifierBasedAttributeSelection-1.0.5-javadoc" -subpackages 

Advertisement