jar

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 JAR file - Latest Versions:

All Versions

Download nz.ac.waikato.cms.weka : consistencySubsetEval JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window consistencySubsetEval-1.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

weka.attributeSelection

├─ weka.attributeSelection.ConsistencySubsetEval.class - [JAR]