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: 5603 $
Author:
fracpete (fracpete at waikato dot ac dot nz)

Method Summary
 List<String> checkRangeForInstance(weka.core.Instance inst)
          Checks the range for the instance.
 
Methods inherited from interface weka.classifiers.Classifier
buildClassifier, classifyInstance, distributionForInstance, getCapabilities
 

Method Detail

checkRangeForInstance

List<String> checkRangeForInstance(weka.core.Instance inst)
Checks the range for the instance. The array contains an entry for each attribute that exceeded the stored ranges.

Parameters:
inst - the instance to check
Returns:
the failed checks


Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.