// 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);
}