public class TimeseriesFeatures extends Object implements stream.Processor
Modifier and Type | Field and Description |
---|---|
String |
dataKey |
String |
movingAverageKey |
String |
outputKey |
int |
searchWindowLeft |
int |
searchWindowRight |
boolean |
substractSmoothData |
Constructor and Description |
---|
TimeseriesFeatures() |
@Parameter(required=true, description="key to the data array") public String dataKey
@Parameter(required=true, description="key to a data array, which was previously filtered using a moving average filter") public String movingAverageKey
@Parameter(required=false, description="left side of the search window for which the features are calculated. 0 < searchWindowLeft < roi", defaultValue="10") public int searchWindowLeft
@Parameter(required=false, description="right side of the search window for which the features are calculated. 0 < searchWindowLeft < searchWindowRight < roi", defaultValue="250") public int searchWindowRight
@Parameter(required=true, description="name of the key of the calculated features") public String outputKey
@Parameter(required=false, description="Whether to do the calculation with the substraction of the smoothed data.") public boolean substractSmoothData
Copyright © 2019. All rights reserved.