source:
trunk/CrossPare/src/de/ugoe/cs/cpdp/training/ITrainingStrategy.java
@
17
Last change on this file since 17 was 6, checked in by sherbold, 10 years ago | |
---|---|
|
|
File size: 187 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 | |
9 | String getName(); |
10 | } |
Note: See TracBrowser
for help on using the repository browser.