|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.jstacs.classifier.ScoreBasedPerformanceMeasureDefinitions.ThresholdMeasurePair
public static class ScoreBasedPerformanceMeasureDefinitions.ThresholdMeasurePair
This class is used as a container that allows to store a threshold and the result of measure together.
Constructor Summary | |
---|---|
ScoreBasedPerformanceMeasureDefinitions.ThresholdMeasurePair(double threshold,
double measure)
This is the constructor that creates a filled instance. |
Method Summary | |
---|---|
double |
getMeasure()
This method returns the value of the measure. |
double |
getThreshold()
This method returns the value of threshold. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScoreBasedPerformanceMeasureDefinitions.ThresholdMeasurePair(double threshold, double measure)
threshold
- the value of the thresholdmeasure
- the value of the measureMethod Detail |
---|
public double getThreshold()
public double getMeasure()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |