Examples of CategoryPriorsReport


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
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.