Examples of SummaryReport


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

  private void executeReports() {
    if (!ctx.isDryRun()) {
      reports.add(new CategoryPriorsReport());
    }
   
    reports.add(new SummaryReport());
    reports.add(new ConfusionMatrixReport());
   
    try {
      File outputDir = new File("results");
     
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.