public class ApplyRandomTimelineShift extends Object implements stream.Processor
Created by jbuss on 30.10.14.
Modifier and Type | Field and Description |
---|---|
String |
key |
String |
outputKey |
long |
Seed |
double |
stdDeviation |
Constructor and Description |
---|
ApplyRandomTimelineShift() |
@Parameter(required=true, description="key of the data array") public String key
@Parameter(description="standard deviation of the random distribution") public double stdDeviation
@Parameter(description="Seed of the random number generator") public long Seed
@Parameter(required=true, description="key of the output data array") public String outputKey
Copyright © 2019. All rights reserved.