Class ArrayNormalizeRange<T extends Number>

    • Field Detail

      • m_Lower

        protected double m_Lower
        the lower bound.
      • m_Upper

        protected double m_Upper
        the upper bound.
    • Constructor Detail

      • ArrayNormalizeRange

        public ArrayNormalizeRange()
    • Method Detail

      • setLower

        public void setLower​(double value)
        Sets the lower bound to use.
        Parameters:
        value - the bound
      • getLower

        public double getLower()
        Returns the lower bound in use.
        Returns:
        the bound
      • lowerTipText

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

        public void setUpper​(double value)
        Sets the upper bound to use.
        Parameters:
        value - the bound
      • getUpper

        public double getUpper()
        Returns the upper bound in use.
        Returns:
        the bound
      • upperTipText

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

        public int getLength()
        Returns the length of the stored arrays.
        Specified by:
        getLength in interface EqualLengthArrayStatistic
        Returns:
        the length of the arrays, -1 if none stored
      • getMin

        public int getMin()
        Returns the minimum number of arrays that need to be present. -1 for unbounded.
        Specified by:
        getMin in class AbstractArrayStatistic<T extends Number>
        Returns:
        the minimum number, -1 for unbounded
      • getMax

        public int getMax()
        Returns the maximum number of arrays that need to be present. -1 for unbounded.
        Specified by:
        getMax in class AbstractArrayStatistic<T extends Number>
        Returns:
        the maximum number, -1 for unbounded