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 from AbstractAdvancedScript.
    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.
      • 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​(adams.flow.core.Actor context)
        Prepares the classifier for predictions.
        Parameters:
        context - the context to use