|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RocCurveData | |
---|---|
startup | |
util.io |
Uses of RocCurveData in startup |
---|
Method parameters in startup with type arguments of type RocCurveData | |
---|---|
void |
ClassificationAction.perform_crossvalidation(Classifier classifier,
java.io.File featureFile,
java.util.List<RocCurveData> rocCurveDataNames,
CrossValidationOutput output)
This method performs the actual crossvalidation. |
Uses of RocCurveData in util.io |
---|
Method parameters in util.io with type arguments of type RocCurveData | |
---|---|
void |
CrossValidationOutput.writeResults(java.io.File outputFile,
java.util.List<RocCurveData> nameList)
|
void |
IOUtils.writeRocGnuPlotCommand(java.util.List<RocCurveData> fileNames,
java.lang.String path)
This method generates the Gnuplot-commands to display the roc-curves (only possible with cross-validation). |
static void |
FileUtils.writeRocGnuPlotCommand(java.util.List<RocCurveData> fileNames,
java.lang.String path,
boolean isDonor)
This method generates the Gnuplot-commands to display the roc-curves (only possible with cross-validation). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |