- Timestamp:
- 05/03/16 10:30:09 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CrossPare/src/de/ugoe/cs/cpdp/eval/IEvaluationStrategy.java
r41 r68 40 40 * @param writeHeader 41 41 * 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 42 44 */ 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); 44 50 }
Note: See TracChangeset
for help on using the changeset viewer.