Documentation of 'org.joone.util.NormalizerPlugIn' Java class
NormalizerPlugIn
org.joone.util

Class NormalizerPlugIn

  • All Implemented Interfaces:
    java.io.Serializable, PlugInListener


    public class NormalizerPlugIn
    extends ConverterPlugIn
    Normalizes the input data within a predefined range Creation date: (23/10/2000 23.23.25)
    See Also:
    Serialized Form
    • Constructor Detail

      • NormalizerPlugIn

        public NormalizerPlugIn()
        NormalizerPlugIn constructor
    • Method Detail

      • getMax

        public double getMax()
        Gets the max value Creation date: (23/10/2000 23.25.55)
        Returns:
        float
      • getMin

        public double getMin()
        Gets the min value Creation date: (23/10/2000 23.25.32)
        Returns:
        float
      • setMax

        public void setMax(double newMax)
        Sets the max value of the normalization range Creation date: (23/10/2000 23.25.55)
        Parameters:
        newMax - float
      • setMin

        public void setMin(double newMin)
        Sets the min value of the normalization range Creation date: (23/10/2000 23.25.32)
        Parameters:
        newMin - float
      • getDataMax

        public double getDataMax()
        Gets the max value of the input data Creation date: (23/10/2000 23.25.55)
        Returns:
        double The maximum value of the input data.
      • getDataMin

        public double getDataMin()
        Gets the min value of the input data Creation date: (23/10/2000 23.25.32)
        Returns:
        double The minimum value of the input data.
      • setDataMax

        public void setDataMax(double newDataMax)
        Sets the max value of the input data. Note : The DataMin and DataMax values should be set to 99999 and -99999 respectively if the user requires that this plugin uses the min , max values found in the serie. Creation date: (23/10/2000 23.25.55)
        Parameters:
        newMax - double The maximum value of the input data.
      • setDataMin

        public void setDataMin(double newDataMin)
        Sets the min value of the input data Note : The DataMin and DataMax values should be set to 99999 and -99999 respectively if the user requires that this plugin uses the min , max values found in the serie. Creation date: (23/10/2000 23.25.32)
        Parameters:
        newDataMin - double The minimum value of the input data.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.