Scale columns to a range
Scales and translates columns individually such that their values are in a given range.
Inputs
-
Data — Tensor
2D tensor (a table) to scale.
-
Column(s) — List of Integer
Index(es) of the column(s) to scale.
-
Minimum — Float
Minimum desired value.
-
Maximum — Float
Maximum desired value
Outputs
-
Scaled data — Tensor
Resulting scaled table.