Scaling Filter
Scales all values by a user-specified factor and offset.
Category |
|
Node |
|
Parameters |
Scale: the factor by which to multiply all values in the data set. Offset: the offset to add to all values in the data set after scaling. |
Inputs |
Input: the input data set |
Outputs |
Output: the scaled data |
Effect of the Filter
For each value in the data set the filter will apply the formula
where is the value of the Scale parameter and
is
the value of the Offset parameter.