DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

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