Data Reduction with Principal Component Analysis (PCA)ΒΆ
This step applies the Principal Component Analysis algorithm to search for orthogonal bases that best represent the data. Using these orthogonal bases, the original data can be projected onto a much smaller space. The size of the original data can be significantly reduced in this way.
Input Parameters
- Normalized input data (large size)
Output Parameters
- Reduced data set
Workflow
Algorithm
References
- J. Han, M. Kamber and J. Pei, Data Mining - Concepts and Techniques, 3rd ed., Amsterdam: Morgan Kaufmann Publishers, 2012.