transform
Description
transforms the predictor data XNormalized = transform(Normalizer,X)X into the normalized data
XNormalized using the incremental normalizer model
Normalizer.
transforms XNormalized = transform(Normalizer,X,ObservationsIn=dim)X along the operating dimension dim.
For example, transform(Normalizer,X,ObservationsIn="columns") specifies
that each column of X contains an observation.
Examples
Input Arguments
Output Arguments
Algorithms
When a value in Normalizer.Scale is 0 or
[], the transform function computes the
z-score values of the corresponding predictor using a standard deviation
value of 1. This behavior matches the behavior of zscore, which computes z-score values using a standard
deviation value of 1 when the input data consists of identical values. The normalize
function always calculates z-scores using the standard deviation of the
input data.
Version History
Introduced in R2026a


