Package statechum.analysis.learning.experiments

Examples of statechum.analysis.learning.experiments.PosNegPrecisionRecall


    specfsm = target;
  }

 
  public void trackResults(LearnerGraph graph) {
    PosNegPrecisionRecall pr = CompareGraphs.compare(tests, specfsm, graph);
    double accuracy = CompareGraphs.computeAccuracy(graph, specfsm, tests);
    ResultsContainer result = new ResultsContainer(accuracy, pr);
    currentResults.add(result);
  }
View Full Code Here

TOP

Related Classes of statechum.analysis.learning.experiments.PosNegPrecisionRecall

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.