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 from AbstractAdvancedScript.
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    • Method Detail

      • initPrediction

        void initPrediction​(Actor context)
        Prepares the classifier for predictions.
        Parameters:
        context - the context to use