Class AbstractPredictionCheck

  • All Implemented Interfaces:
    adams.core.Destroyable, adams.core.GlobalInfoSupporter, adams.core.logging.LoggingLevelHandler, adams.core.logging.LoggingSupporter, adams.core.option.OptionHandler, adams.core.QuickInfoSupporter, adams.core.SizeOfHandler, Serializable
    Direct Known Subclasses:
    MinProbability, PassThrough, Range

    public abstract class AbstractPredictionCheck
    extends adams.core.option.AbstractOptionHandler
    implements adams.core.QuickInfoSupporter
    Ancestor for prediction checks.
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Constructor Detail

      • AbstractPredictionCheck

        public AbstractPredictionCheck()
    • Method Detail

      • getQuickInfo

        public String getQuickInfo()
        Returns a quick info about the object, which can be displayed in the GUI.
        Default implementation returns null.
        Specified by:
        getQuickInfo in interface adams.core.QuickInfoSupporter
        Returns:
        null if no info available, otherwise short string
      • check

        protected String check​(EvaluationContainer cont)
        Hook method for checks.
        Parameters:
        cont - the container to check
        Returns:
        null if successful, otherwise error message
      • doCheckPrediction

        public abstract EvaluationContainer doCheckPrediction​(EvaluationContainer cont)
        Performs the actual checks on the prediction.
        Parameters:
        cont - the container to check
        Returns:
        the updated container
      • checkPrediction

        public EvaluationContainer checkPrediction​(EvaluationContainer cont)
        Performs checks on the prediction.
        Parameters:
        cont - the container to check
        Returns:
        the updated container