Workspace 6.21.5
|
Maps each value in a DataSeries to a new value using a user-specified mapping function.
Inputs: | |||
---|---|---|---|
Mapper | CSIRO::DataAnalysis::DataSeriesMapper | The mapping function that will be used to map the values in the input DataSeries. There are numerous data-types that derive from DataSeriesMapper, each of which map DataSeries' in different ways. | |
Data series | CSIRO::DataAnalysis::DataSeries | The input DataSeries containing a series of data values that are to be mapped. | |
Outputs: | |||
Data series | QVector<double> | The mapped DataSeries. |