Normalization 2 ExampleSet
Synopsis
This operator converts a Normalization Model to an ExampleSet
Description
The Normalization to ExampleSet operator converts a normalized preprocessing model, which is provided at its input port to an ExampleSet. The operator outputs the attributes relevant to the used normalization method.
Input
normalization model input
Any of the four (Z Transformation, Proportion Normalization, MinMax Normalization, IQR Normalization) normalization models.
Output
example set
The normalization model converted to an ExampleSet.
Output
original normalization model output
The original normalization model passed to the input port.