Package org.ar.redoexperiments

Examples of org.ar.redoexperiments.IntegralCalculator


    // first run the experiments
//    new ExperimentManager().run(inputFolder, ontologies, outputFolder,
// tmpFolder);

    // collect the results and compute the gain socre
    new IntegralCalculator().run(ontologies, StrategyManager
        .getRegisteredStrategies(), gainscoresFileCSV, outputFolder);
  }
View Full Code Here

TOP

Related Classes of org.ar.redoexperiments.IntegralCalculator

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.