Uses of Class
evaluation.networkperformance.ROCPoint

Packages that use ROCPoint
evaluation.networkperformance   
 

Uses of ROCPoint in evaluation.networkperformance
 

Methods in evaluation.networkperformance that return types with arguments of type ROCPoint
 List<ROCPoint> ROCCurve.getData()
          Returns the list of ROCPoint objects in this curve.
 Iterator<ROCPoint> ROCCurve.iterator()
          Returns an iterator over the points in this curve
 

Constructor parameters in evaluation.networkperformance with type arguments of type ROCPoint
ROCCurve(List<ROCPoint> data)
          Constructor which initializes the ROC curve with a given list of points