Class ArrayStandardScores<T extends Number>

    • Field Detail

      • m_UseAlwaysFirstStats

        protected boolean m_UseAlwaysFirstStats
        whether to always use the mean/stdev from the first array.
    • Constructor Detail

      • ArrayStandardScores

        public ArrayStandardScores()
    • Method Detail

      • setUseAlwaysFirstStats

        public void setUseAlwaysFirstStats​(boolean value)
        Sets whether to always use the mean/stdev of the first array.
        Parameters:
        value - if true then the mean/stdev of the first array is always used
      • getUseAlwaysFirstStats

        public boolean getUseAlwaysFirstStats()
        Returns whether to always use the mean/stdev of the first array.
        Returns:
        true if the mean/stdev of first array is always used
      • useAlwaysFirstStdevTipText

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