Class AbstractHeatmapFeatureGeneratorWithSkippableMissingValues

  • All Implemented Interfaces:
    adams.core.CleanUpHandler, adams.core.Destroyable, adams.core.GlobalInfoSupporter, adams.core.logging.LoggingLevelHandler, adams.core.logging.LoggingSupporter, adams.core.option.OptionHandler, adams.core.QuickInfoSupporter, adams.core.ShallowCopySupporter<AbstractHeatmapFeatureGenerator>, adams.core.SizeOfHandler, Serializable, Comparable
    Direct Known Subclasses:
    Histogram, Mean, Median, StandardDeviation

    public abstract class AbstractHeatmapFeatureGeneratorWithSkippableMissingValues
    extends AbstractHeatmapFeatureGenerator
    Ancestor for feature generators that can decide whether to skip missing values.
    Version:
    $Revision$
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Field Detail

      • m_SkipMissing

        protected boolean m_SkipMissing
        whether to skip missing values.
    • Constructor Detail

      • AbstractHeatmapFeatureGeneratorWithSkippableMissingValues

        public AbstractHeatmapFeatureGeneratorWithSkippableMissingValues()
    • Method Detail

      • defineOptions

        public void defineOptions()
        Adds options to the internal list of options.
        Specified by:
        defineOptions in interface adams.core.option.OptionHandler
        Overrides:
        defineOptions in class AbstractHeatmapFeatureGenerator
      • setSkipMissing

        public void setSkipMissing​(boolean value)
        Sets whether to exclude missing values from the histogram calculation.
        Parameters:
        value - true if to skip
      • getSkipMissing

        public boolean getSkipMissing()
        Returns whether to exclude missing values from the histogram calculation.
        Returns:
        true if to skip
      • skipMissingTipText

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