PCATransformationMatrix Property
|
(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.
Namespace:
FinMath.FactorAnalysis
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public Matrix TransformationMatrix { get; }
Property Value
Type:
MatrixSee Also