Uses of Class
procope.evaluation.networkperformance.ROCPoint

Packages that use ROCPoint
procope.evaluation.networkperformance   
 

Uses of ROCPoint in procope.evaluation.networkperformance
 

Methods in procope.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 procope.evaluation.networkperformance with type arguments of type ROCPoint
ROCCurve(List<ROCPoint> data)
          Constructor which initializes the ROC curve with a given list of points