Class AbstractCallableWekaClassifierEvaluator

    • Field Detail

      • m_DiscardPredictions

        protected boolean m_DiscardPredictions
        whether to discard predictions.
    • Constructor Detail

      • AbstractCallableWekaClassifierEvaluator

        public AbstractCallableWekaClassifierEvaluator()
    • Method Detail

      • setClassifier

        public void setClassifier​(CallableActorReference value)
        Sets the name of the callable classifier to use.
        Parameters:
        value - the name
      • getClassifier

        public CallableActorReference getClassifier()
        Returns the name of the callable classifier in use.
        Returns:
        the name
      • classifierTipText

        public abstract String classifierTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setDiscardPredictions

        public void setDiscardPredictions​(boolean value)
        Sets whether to discard the predictions instead of collecting them for future use, in order to conserve memory.
        Parameters:
        value - true if to discard predictions
      • getDiscardPredictions

        public boolean getDiscardPredictions()
        Returns whether to discard the predictions in order to preserve memory.
        Returns:
        true if predictions discarded
      • discardPredictionsTipText

        public String discardPredictionsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • getClassifierInstance

        protected weka.classifiers.Classifier getClassifierInstance()
        Returns an instance of the callable classifier.
        Returns:
        the classifier