Examples of ROC


Examples of etc.aloe.data.ROC

            System.out.println("== Saving Output ==");

            saveEvaluationReport(evalReport, options.outputEvaluationReportFile);
            if (options.makeROC) {
                ROC roc = evalReport.getROCs().get(0);
                saveROC(roc, options.outputROCFile);
            }
           
            if (options.outputFeatureValues) {
                Instances featureValues = labelingController.getFeatureValues();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.