๐งช PCA Step-by-Step
Principal Component Analysis Solver โ center, covariance, eigenvectors, scree plot & projection
๐ Data matrix
rows (samples) ร cols (features) โ max 10ร10
๐ Load example (5ร3)
2.5 2.4 0.5 0.7 2.2 2.9 1.9 2.2 3.1 3.0 2.3 2.7 2.0 1.6 1.0 1.1 1.5 1.6 1.1 0.9
โก Calculate PCA
max 10ร10
Components to keep:
1
2
3
4
5