jar

nz.ac.waikato.cms.weka : thresholdSelector

Maven & Gradle

Apr 25, 2014

thresholdSelector · A metaclassifier that selecting a mid-point threshold on the probability output by a Classifier. The midpoint threshold is set so that a given performance measure is optimized. Currently this is the F-measure. Performance is measured either on the training data, a hold-out set or using cross-validation. In addition, the probabilities returned by the base learner can have their range expanded so that the output probabilities will reside between 0 and 1 (this is useful if the scheme normally produces probabilities in a very narrow range).

Table Of Contents

Latest Version

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

All Versions

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

weka.classifiers.meta

├─ weka.classifiers.meta.ThresholdSelector.class - [JAR]

Advertisement