Package weka.classifiers
Interface RangeCheckClassifier
-
- All Superinterfaces:
weka.classifiers.Classifier
- All Known Implementing Classes:
RangeCheck
public interface RangeCheckClassifier extends weka.classifiers.Classifier
Interface for classifiers that allow checks whether data is outside the training range of the classifier.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
checkRangeForInstance(weka.core.Instance inst)
Checks the range for the instance.
-