JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
weka.classifiers.evaluation
Interface ThresholdProducingMetric
public interface
ThresholdProducingMetric
Some evaluation measures may optimize thresholds on the class probabilities. These measures should implement this interface.
Version:
$Revision: 8034 $
Author:
Eibe Frank (eibe@cs.waikato.ac.nz)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
double[]
getThresholds
()
Returns the threshold values, one for each class value, associated with the value of the measure that is returned.
Method Detail
getThresholds
double[] getThresholds()
Returns the threshold values, one for each class value, associated with the value of the measure that is returned.
Returns:
thresholds
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method