|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectevaluation.networkperformance.ROCPoint
public class ROCPoint
One single point in a ROC curve consisting of a true positive rate and a false positive rate value.
Constructor Summary | |
---|---|
ROCPoint(float tp,
float fp)
Initialization constructr. |
Method Summary | |
---|---|
float |
getFP()
Returns the false positive rate value of that point of the curve |
float |
getTP()
Returns the true positive rate value of that point of the curve |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ROCPoint(float tp, float fp)
tp
- true positive rate valuefp
- false positive rate valueMethod Detail |
---|
public float getTP()
public float getFP()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |