Last change
on this file since 69 was
66,
checked in by sherbold, 9 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 | |
---|
1 | package de.ugoe.cs.cpdp.wekaclassifier;
|
---|
2 |
|
---|
3 | import weka.core.Instances;
|
---|
4 |
|
---|
5 | public interface ITestAwareClassifier {
|
---|
6 |
|
---|
7 | public void setTestdata(Instances testdata);
|
---|
8 |
|
---|
9 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.