Package weka.classifiers
Interface ScriptedClassifier
-
- All Superinterfaces:
weka.classifiers.Classifier
,adams.flow.core.FlowContextHandler
- All Known Implementing Classes:
JepRegressor
public interface ScriptedClassifier extends weka.classifiers.Classifier, adams.flow.core.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(adams.flow.core.Actor context)
Prepares the classifier for predictions.
-