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

Class MinMaxExtractorPlugIn

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


    public class MinMaxExtractorPlugIn
    extends ConverterPlugIn
    Extracts from the time series the inversion points, setting its range from MIN_VALUE to MAX_VALUE. Example: Input series: (doesn't matter the range of the input values) /\ /\ / \/ / \/ / Output series: (normalized in the range MIN_VALUE - MAX_VALUE) MAX_VALUE------------ /\ /\ / \ / \ / \/ \/ MIN_VALUE------------ (29/09/00 13.47.22)
    See Also:
    Serialized Form
    • Constructor Detail

      • MinMaxExtractorPlugIn

        public MinMaxExtractorPlugIn()
        constructor MinMaxExtractorSynapse.
    • Method Detail

      • getMinChangePercentage

        public double getMinChangePercentage()
        Get the min percentage of change accepted to consider a point as a turning point (29/09/00 18.46.53)
        Returns:
        double
      • setMinChangePercentage

        public void setMinChangePercentage(double newMinPerc)
        Set the min percentage of change accepted to consider a point as a turning point (29/09/00 18.46.53)
        Parameters:
        newMinPerc - double

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.