Class AbstractEquiDistance<T extends DataContainer>

    • Field Detail

      • m_NumPoints

        protected int m_NumPoints
        the number of points to output ("-1" uses the same amount of points as currently in the data).
      • m_AllowOversampling

        protected boolean m_AllowOversampling
        indicates whether oversampling is allowed, i.e., generating more points than were available in the original data.
    • Constructor Detail

      • AbstractEquiDistance

        public AbstractEquiDistance()
    • Method Detail

      • setNumPoints

        public void setNumPoints​(int value)
        Sets the number of points to use.
        Parameters:
        value - the number of points
      • getNumPoints

        public int getNumPoints()
        Returns the number of points to output.
        Returns:
        the number of points
      • numPointsTipText

        public String numPointsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • setAllowOversampling

        public void setAllowOversampling​(boolean value)
        Sets whether oversampling is allowed (i.e., generate more data points than available in the original data).
        Parameters:
        value - if true oversampling is allowed
      • getAllowOversampling

        public boolean getAllowOversampling()
        Returns whether oversampling is allowed (i.e., generate more data points than available in the original data).
        Returns:
        true if oversampling is allowed
      • allowOversamplingTipText

        public String allowOversamplingTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui