Ignore:
Timestamp:
05/03/16 10:30:09 (9 years ago)
Author:
sherbold
Message:
  • added the concept of result storages to the framework and implemented a very simple first prototype of a MySQLResultStorage (that currently only works with a locally running database)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CrossPare/src/de/ugoe/cs/cpdp/execution/AbstractCrossProjectExperiment.java

    r67 r68  
    299299                            config.getExperimentName() + ".csv"); 
    300300                    } 
    301                     evaluator.apply(testdata, traindata, allTrainers, writeHeader); 
     301                    evaluator.apply(testdata, traindata, allTrainers, writeHeader, config.getResultStorages()); 
    302302                    writeHeader = false; 
    303303                } 
Note: See TracChangeset for help on using the changeset viewer.