Uses of Class
evaluation.networkperformance.ROCCurve

Packages that use ROCCurve
evaluation.networkperformance   
 

Uses of ROCCurve in evaluation.networkperformance
 

Methods in evaluation.networkperformance that return types with arguments of type ROCCurve
static List<ROCCurve> ROC.calculateROCCurves(List<ProteinNetwork> scoreNetworks, ComplexSet reference, ComplexSet referenceForNegativeSet, LocalizationData locData)
          Calculate the ROC curves for a given set of networks.
 

Methods in evaluation.networkperformance with parameters of type ROCCurve
static void ROCCurveHandler.writeToFile(ROCCurve rocCurve, File outFile)
          Writes the data of a ROC curve to a file.
static void ROCCurveHandler.writeToFile(ROCCurve rocCurve, String outFile)
          Writes the data of a ROC curve to a file.
static void ROCCurveHandler.writeToStream(ROCCurve rocCurve, OutputStream stream)
          Write the data of a ROC curve to an output stream.
 

Method parameters in evaluation.networkperformance with type arguments of type ROCCurve
static org.jfree.chart.JFreeChart ROCCurveHandler.generateChart(List<ROCCurve> rocCurves, List<String> names)
          Creates a line diagram as a JFreeChart from a given list of ROC curves.