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
  • Property svn:mime-type set to text/plain
File size: 195 bytes
Line 
1package de.ugoe.cs.cpdp.training;
2
3import weka.classifiers.Classifier;
4
5public interface IWekaCompatibleTrainer extends ITrainer {
6       
7        Classifier getClassifier();
8       
9        String getName();
10}
Note: See TracBrowser for help on using the repository browser.