Uses of Class
procope.evaluation.networkperformance.ROCCurve

Packages that use ROCCurve
procope.evaluation.networkperformance   
 

Uses of ROCCurve in procope.evaluation.networkperformance
 

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

Methods in procope.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 procope.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.
static org.jfree.chart.JFreeChart ROCCurveHandler.generateChart(List<ROCCurve> rocCurves, List<String> names, float fpMax)
          Creates a line diagram as a JFreeChart from a given list of ROC curves.