Package com.ipeirotis.gal.engine.rpt

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


    executeReports();
  }

  private void executeReports() {
    if (!ctx.isDryRun()) {
      reports.add(new CategoryPriorsReport());
    }
   
    reports.add(new SummaryReport());
    reports.add(new ConfusionMatrixReport());
   
View Full Code Here

TOP

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

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.