PCA Properties |
The PCA type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllEigenvectors |
(V) Matrix consisting of the set of all eigenvectors of covariance matrix, one eigenvector per column.
|
![]() | CumulativeEnergy |
(g) Vector of cumulative energy content for each eigenvector.
|
![]() | Eigenvalues |
(d) Vector consisting of the set of all eigenvalues of CovarianceMatrix.
|
![]() | InverseTransformation |
(inverseW) PseudoInverse of Matrix of basis vectors, one vector per column, where each basis vector is one of the eigenvectors of CovarianceMatrix,
and where the vectors in TransformationMatrix are a sub-set of those in AllEigenVectors.
|
![]() | Means |
(u) Vector of empirical means, one mean for each column of the data matrix.
|
![]() | NeedCenteringNewData |
Specify this flag if you need new observations to be centered before transform in Transform \ InverseTransform
|
![]() | OriginalVariablesCount |
Variables count in source dataset.
(Inherited from FactorTransformation.) |
![]() | Status |
Method Status.
(Inherited from FactorTransformation.) |
![]() | TransformationMatrix |
(W) Matrix of basis vectors, one vector per column, where each basis vector is one of the eigenvectors of CovarianceMatrix,
and where the vectors in TransformationMatrix are a sub-set of those in AllEigenVectors.
|
![]() | TransformedVariablesCount |
Transformed components count.
(Overrides FactorTransformationTransformedVariablesCount.) |