Standard scale columns
Standardize columns individually by removing the mean and scaling to unit variance.
Inputs
-
Data — Tensor
2D tensor (a table) to scale.
-
Column(s) — List of Integer
Index(es) of the column(s) to scale.
Outputs
-
Scaled data — Tensor
Resulting scaled table.