source: trunk/CrossPare/src/de/ugoe/cs/cpdp/training/WekaCompatibleTrainer.java @ 23

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