Examples of OntologyGainResult


Examples of nl.vu.few.anytimereasoning.workbench.measures.utils.OntologyGainResult

        gainResult.setPointOfHighestGain(pointOfMaxGain);
        gainResult.setGainScore(gainCurveArea * (1 - pointOfMaxGain));
        strategyGainResults.add(gainResult);

      }
      OntologyGainResult result = new OntologyGainResult();
      result.setStrategyGainResults(strategyGainResults);
      result.setOntologyName(ontologies[i]);
      ontologyGainResults.add(result);
    }
    saveToFile(selectionStrategies, ontologyGainResults, resultsFileNameCSV);

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