Scale to interval
1 General
- Type: - Matrix Processing
- Heading: - Normalization
- Source code: ScaleToInterval.cs
2 Brief description
A linear transformation is applied to the values in each row/column such that the minima and maxima coincide with the specified values.
3 Parameters
3.1 Matrix access
Defines if rows or columns should be scaled to an interval (default: Rows). The lowest value of each column/row results in the value determined at the “Minimum” parameter and the largest value of the row/column is the value determined at the “Maximum” parameter.
3.2 Minimum
Defines the lower bound of the interval all the values within a row/column will be scaled to (default: 0).
3.3 Maximum
Defines the upper bound of the interval all the values within a row/column will be scaled to (default: 1).