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 | |
---|---|
|
|
File size: 164 bytes |
Line | |
---|---|
1 | package de.ugoe.cs.cpdp.training; |
2 | |
3 | import weka.core.Instances; |
4 | |
5 | public interface ITrainingStrategy extends ITrainer { |
6 | |
7 | void apply(Instances traindata); |
8 | } |
Note: See TracBrowser
for help on using the repository browser.