Data Scaling with Zero-Mean ScalingΒΆ
This step normalizes data based on the mean and standard deviation of the data set.
Input Parameters
- One-dimensional or multi-dimensional data
- Mean value of input data
- Standard deviation of input data
Output Parameters
- Normalized one-dimensional or multi-dimensional data
Workflow
Algorithm
References
- J. Han, M. Kamber and J. Pei, Data Mining - Concepts and Techniques, 3rd ed., Amsterdam: Morgan Kaufmann Publishers, 2012.