Package weka.classifiers
Interface ScriptedClassifier
-
- All Superinterfaces:
weka.classifiers.Classifier
,FlowContextHandler
public interface ScriptedClassifier extends weka.classifiers.Classifier, FlowContextHandler
Interface for classifiers that make use of scripts derived fromAbstractAdvancedScript
.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
initPrediction(Actor context)
Prepares the classifier for predictions.-
Methods inherited from interface weka.classifiers.Classifier
buildClassifier, classifyInstance, distributionForInstance, getCapabilities
-
Methods inherited from interface adams.flow.core.FlowContextHandler
getFlowContext, setFlowContext
-
-
-
-
Method Detail
-
initPrediction
void initPrediction(Actor context)
Prepares the classifier for predictions.- Parameters:
context
- the context to use
-
-