Class AbstractRowFinderWithCapabilities

    • Constructor Detail

      • AbstractRowFinderWithCapabilities

        public AbstractRowFinderWithCapabilities()
    • 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 AbstractRowFinder
        Parameters:
        data - the data to check