Class Predictions

    • Field Detail

      • m_Statistic

        protected CenterStatistic m_Statistic
        the statistic to generate.
      • m_Lower

        protected LowerStatistic m_Lower
        the lower value to compute.
      • m_Upper

        protected UpperStatistic m_Upper
        the upper value to compute.
      • m_NumDecimals

        protected int m_NumDecimals
        the number of decimals to round to.
    • Constructor Detail

      • Predictions

        public Predictions()
    • Method Detail

      • setStatistic

        public void setStatistic​(CenterStatistic value)
        Sets the statistic to output.
        Parameters:
        value - the statistic
      • getStatistic

        public CenterStatistic getStatistic()
        Returns the statistic to output.
        Returns:
        the statistic
      • statisticTipText

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

        public void setLower​(LowerStatistic value)
        Sets the lower value to output.
        Parameters:
        value - the lower value
      • getLower

        public LowerStatistic getLower()
        Returns the lower value to output.
        Returns:
        the lower value
      • 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​(UpperStatistic value)
        Sets the upper value to output.
        Parameters:
        value - the upper value
      • getUpper

        public UpperStatistic getUpper()
        Returns the upper value to output.
        Returns:
        the upper value
      • 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.
      • setNumDecimals

        public void setNumDecimals​(int value)
        Sets the number of decimals to use for numeric values.
        Parameters:
        value - the decimals
      • getNumDecimals

        public int getNumDecimals()
        Returns the number of decimals to use for numeric values.
        Returns:
        the decimals
      • numDecimalsTipText

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