jar

nz.ac.waikato.cms.weka : costSensitiveAttributeSelection

Maven & Gradle

Apr 29, 2014

costSensitiveAttributeSelection · This package provides two meta attribute selection evaluators - one for performing cost-sensitive attribute evaluation (CostSensitiveAttributeEval) and a second for performing cost-sensitive subset evaluation (CostSensitiveSubsetEval). Both methods take a cost matrix and a base evaluator. If the base evaluator can handle instance weights, then the training data is weighted according to the cost matrix, otherwise the training data is sampled according to the cost matrix.

Table Of Contents

Latest Version

Download nz.ac.waikato.cms.weka : costSensitiveAttributeSelection JAR file - Latest Versions:

All Versions

Download nz.ac.waikato.cms.weka : costSensitiveAttributeSelection 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 costSensitiveAttributeSelection-1.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

weka.attributeSelection

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

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

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