Package com.ipeirotis.gal.engine.rpt

Examples of com.ipeirotis.gal.engine.rpt.ConfusionMatrixReport


    if (!ctx.isDryRun()) {
      reports.add(new CategoryPriorsReport());
    }
   
    reports.add(new SummaryReport());
    reports.add(new ConfusionMatrixReport());
   
    try {
      File outputDir = new File("results");
     
      if (! outputDir.exists())
View Full Code Here

TOP

Related Classes of com.ipeirotis.gal.engine.rpt.ConfusionMatrixReport

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.