source: trunk/CrossPare/src/de/ugoe/cs/cpdp/wekaclassifier/ITestAwareClassifier.java @ 66

Last change on this file since 66 was 66, checked in by sherbold, 8 years ago
  • fixed one bug in the experiment configuration for test aware classifiers and added infrastructure for usage of this new interface with Weka classifiers.
  • Property svn:mime-type set to text/plain
File size: 176 bytes
Line 
1package de.ugoe.cs.cpdp.wekaclassifier;
2
3import weka.core.Instances;
4
5public interface ITestAwareClassifier {
6   
7    public void setTestdata(Instances testdata);
8
9}
Note: See TracBrowser for help on using the repository browser.