Class AutoScaler

    • Constructor Detail

      • AutoScaler

        public AutoScaler()
    • Method Detail

      • setScaler

        public void setScaler​(AbstractErrorScaler value)
        Sets the scaler to use for numeric data.
        Parameters:
        value - the scaler
      • getScaler

        public AbstractErrorScaler getScaler()
        Returns the scaler for numeric data.
        Returns:
        the scaler
      • scalerTipText

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

        public weka.core.Capabilities getCapabilities()
        Returns the capabilities of this object. Returns what types of classes the scaler can handle.
        Specified by:
        getCapabilities in interface weka.core.CapabilitiesHandler
        Specified by:
        getCapabilities in class AbstractErrorScaler
        Returns:
        the capabilities of this object
        See Also:
        Capabilities