source:
trunk/CrossPare/src/de/ugoe/cs/cpdp/training/IWekaCompatibleTrainer.java
@
24
Last change on this file since 24 was 24, checked in by sherbold, 10 years ago | |
---|---|
|
|
File size: 195 bytes |
Line | |
---|---|
1 | package de.ugoe.cs.cpdp.training; |
2 | |
3 | import weka.classifiers.Classifier; |
4 | |
5 | public interface IWekaCompatibleTrainer extends ITrainer { |
6 | |
7 | Classifier getClassifier(); |
8 | |
9 | String getName(); |
10 | } |
Note: See TracBrowser
for help on using the repository browser.