|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectevaluation.networkperformance.ROCCurve
public class ROCCurve
An immutable list of ROC points, result of a ROC curve calculation
Constructor Summary | |
---|---|
ROCCurve(List<ROCPoint> data)
Constructor which initializes the ROC curve with a given list of points |
Method Summary | |
---|---|
List<ROCPoint> |
getData()
Returns the list of ROCPoint objects in this curve. |
Iterator<ROCPoint> |
iterator()
Returns an iterator over the points in this curve |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ROCCurve(List<ROCPoint> data)
data
- list of ROCPoint
objectsMethod Detail |
---|
public List<ROCPoint> getData()
ROCPoint
objects in this curve. Note:
This method returns the original object, changes to that list will also
affect the ROC curve.
ROCPoint
objects which make up the ROC curvepublic Iterator<ROCPoint> iterator()
iterator
in interface Iterable<ROCPoint>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |