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/eval/IEvaluationStrategy.java

    r41 r68  
    4040     * @param writeHeader 
    4141     *            if true, a header line for the results file is written (may not be applicable) 
     42     * @param storages 
     43     *            result storages that shall additionally be used 
    4244     */ 
    43     void apply(Instances testdata, Instances traindata, List<ITrainer> trainers, boolean writeHeader); 
     45    void apply(Instances testdata, 
     46               Instances traindata, 
     47               List<ITrainer> trainers, 
     48               boolean writeHeader, 
     49               List<IResultStorage> storages); 
    4450} 
Note: See TracChangeset for help on using the changeset viewer.