org.joone.util
Class MinMaxExtractorPlugIn
- java.lang.Object
-
- org.joone.util.AbstractConverterPlugIn
-
- org.joone.util.ConverterPlugIn
-
- org.joone.util.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 Summary
Constructors Constructor and Description MinMaxExtractorPlugIn()constructor MinMaxExtractorSynapse.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublegetMinChangePercentage()Get the min percentage of change accepted to consider a point as a turning point (29/09/00 18.46.53)voidsetMinChangePercentage(double newMinPerc)Set the min percentage of change accepted to consider a point as a turning point (29/09/00 18.46.53)-
Methods inherited from class org.joone.util.ConverterPlugIn
isApplyEveryCycle, newCycle, setApplyEveryCycle
-
Methods inherited from class org.joone.util.AbstractConverterPlugIn
addPlugIn, addPlugInListener, check, convertPatterns, dataChanged, getAdvancedSerieSelector, getName, getNextPlugIn, isConnected, removeAllPlugIns, removePlugInListener, setAdvancedSerieSelector, setConnected, setInputVector, setName, setNextPlugin, setNextPlugIn
-
-
-
-
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