DOC

nz.ac.waikato.cms.weka : consistencySubsetEval

Maven & Gradle

Oct 16, 2014

consistencySubsetEval · Evaluates the worth of a subset of attributes by the level of consistency in the class values when the training instances are projected onto the subset of attributes. The consistency of any subset can never be lower than that of the full set of attributes, hence the usual practice is to use this subset evaluator in conjunction with a Random or Exhaustive search which looks for the smallest subset with consistency equal to that of the full set of attributes. See: H. Liu, R. Setiono: A probabilistic approach to feature selection - A filter solution. In: 13th International Conference on Machine Learning, 319-327, 1996.

Table Of Contents

Latest Version

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

All Versions

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