Principal Component Analysis (PCA)
| Parameters : | X : np array
normalize : bool, optional
whitening : bool, optional
|
|---|
Methods
| get_eig | |
| invtransform | |
| transform |
Eigen values.
| Returns : | w : np array
v : np array
|
|---|
Returns Z projected back in to the original vector space.
| Parameters : | Z : np array
|
|---|---|
| Returns : | X : np array
|
Projects X into the new vector space found by the PCA.
| Parameters : | X : np array
dim : int, optional
|
|---|---|
| Returns : | Z : np array
|