Package nl.vu.few.anytimereasoning.workbench.measures.utils

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

Related Classes of nl.vu.few.anytimereasoning.workbench.measures.utils.OntologyGainResult

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.