Class AbstractColumnFinderWithCapabilities

  • All Implemented Interfaces:
    adams.core.Destroyable, adams.core.GlobalInfoSupporter, adams.core.logging.LoggingLevelHandler, adams.core.logging.LoggingSupporter, adams.core.option.OptionHandler, adams.core.ShallowCopySupporter<ColumnFinder>, adams.core.SizeOfHandler, ColumnFinder, Serializable, weka.core.CapabilitiesHandler

    public abstract class AbstractColumnFinderWithCapabilities
    extends AbstractColumnFinder
    implements weka.core.CapabilitiesHandler
    Ancestor for classes that find columns of interest in datasets.

    Requires the data to meet the required capabilities.
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class adams.core.option.AbstractOptionHandler

        m_OptionManager
      • Fields inherited from class adams.core.logging.LoggingObject

        m_Logger, m_LoggingIsEnabled, m_LoggingLevel
    • Constructor Detail

      • AbstractColumnFinderWithCapabilities

        public AbstractColumnFinderWithCapabilities()
    • Method Detail

      • getCapabilities

        public abstract weka.core.Capabilities getCapabilities()
        Returns the capabilities of this object.
        Specified by:
        getCapabilities in interface weka.core.CapabilitiesHandler
        Returns:
        the capabilities of this object
        See Also:
        Capabilities
      • check

        protected void check​(weka.core.Instances data)
        Checks the data.

        Checks the data against the capabilities.
        Overrides:
        check in class AbstractColumnFinder
        Parameters:
        data - the data to check