source: trunk/CrossPare/src/de/ugoe/cs/cpdp/training/ITrainingStrategy.java @ 2

Last change on this file since 2 was 2, checked in by sherbold, 10 years ago
  • initial commit
  • Property svn:mime-type set to text/plain
File size: 164 bytes
Line 
1package de.ugoe.cs.cpdp.training;
2
3import weka.core.Instances;
4
5public interface ITrainingStrategy extends ITrainer {
6       
7        void apply(Instances traindata);
8}
Note: See TracBrowser for help on using the repository browser.