|
||||||||||
| 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 a measure together.
| Constructor Summary | |
|---|---|
ScoreBasedPerformanceMeasureDefinitions.ThresholdMeasurePair(double threshold,
double measure)
Creates a filled instance of a ScoreBasedPerformanceMeasureDefinitions.ThresholdMeasurePair. |
|
| Method Summary | |
|---|---|
double |
getMeasure()
This method returns the value of the measure. |
double |
getThreshold()
This method returns the value of threshold. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ScoreBasedPerformanceMeasureDefinitions.ThresholdMeasurePair(double threshold,
double measure)
ScoreBasedPerformanceMeasureDefinitions.ThresholdMeasurePair.
threshold - the value of the thresholdmeasure - the value of the measure| Method Detail |
|---|
public double getThreshold()
public double getMeasure()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||