normalizerComponent
Description
normalizerComponent is a pipeline component that normalizes data.
The pipeline component uses the functionality of the normalize
function during the learn phase to compute the centering and scaling values. During the run
phase, the component normalizes new data using these values.
Creation
Description
creates a
pipeline component for normalization.component = normalizerComponent
sets writable Properties using one or more
name-value arguments. For example, you can specify the center method type, scale method
type, and rescale range.component = normalizerComponent(Name=Value)
Properties
Object Functions
learn | Initialize and evaluate pipeline or component |
run | Execute pipeline or component for inference after learning |
reset | Reset pipeline or component |
series | Connect components in series to create pipeline |
parallel | Connect components or pipelines in parallel to create pipeline |
view | View diagram of pipeline inputs, outputs, components, and connections |
Examples
Version History
Introduced in R2026a