Package weka.classifiers
Interface ThreadSafeClassifier
-
- All Superinterfaces:
weka.classifiers.Classifier
- All Known Implementing Classes:
AbstainingClassifierWrapper,AbstainingLWL,FilteredClassifierExt,LWLIntervalEstimator,LWLSynchro,LWLSynchroPrefilter,LWLSynchroSplit,ThreadSafeClassifierWrapper
public interface ThreadSafeClassifier extends weka.classifiers.ClassifierIndicator 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 theClassifier.buildClassifier(Instances),Classifier.classifyInstance(Instance)andClassifier.distributionForInstance(Instance)mtehods synchronized.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)