Interface ThreadSafeClassifier

  • All Superinterfaces:
    weka.classifiers.Classifier
    All Known Implementing Classes:
    AbstainingClassifierWrapper, AbstainingLWL, FilteredClassifierExt, LWLIntervalEstimator, LWLSynchro, LWLSynchroPrefilter, ThreadSafeClassifierWrapper

    public interface ThreadSafeClassifier
    extends weka.classifiers.Classifier
    Indicator interface for thread-safe classifiers. It does not make a classifier automatically thread-safe, that has be ensured by the actual implementation. A first step is to make the Classifier.buildClassifier(Instances), Classifier.classifyInstance(Instance) and Classifier.distributionForInstance(Instance) mtehods synchronized.
    Version:
    $Revision$
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    • Method Summary

      • Methods inherited from interface weka.classifiers.Classifier

        buildClassifier, classifyInstance, distributionForInstance, getCapabilities