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/ClassifierCreationExperiment.java

    r41 r68  
    168168                        config.getExperimentName() + ".csv"); 
    169169                } 
    170                 evaluator.apply(testdata, traindata, allTrainers, writeHeader); 
     170                evaluator.apply(testdata, traindata, allTrainers, writeHeader, config.getResultStorages()); 
    171171                writeHeader = false; 
    172172            } 
Note: See TracChangeset for help on using the changeset viewer.