Package etc.aloe.data

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

Related Classes of etc.aloe.data.ROC

Copyright © 2018 www.massapicom. 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.