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.
      • 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