Class FixedSizeErrorScaler

    • Field Detail

      • m_Size

        protected int m_Size
        the size.
    • Constructor Detail

      • FixedSizeErrorScaler

        public FixedSizeErrorScaler()
    • Method Detail

      • setSize

        public void setSize​(int value)
        Sets the size for the errors.
        Parameters:
        value - the size
      • getSize

        public int getSize()
        Returns the size for the errors.
        Returns:
        the size
      • sizeTipText

        public String sizeTipText()
        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