|  | PCFactorExtractionComponentMatrix Property | 
            Gets the component matrix. This is a matrix whose columns are the
            eigenvectors of the covariance matrix scaled by the square root of
            their corresponding eigenvalues.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleMatrix ComponentMatrix { get; }Public ReadOnly Property ComponentMatrix As DoubleMatrix
	Get
public:
property DoubleMatrix^ ComponentMatrix {
	DoubleMatrix^ get ();
}member ComponentMatrix : DoubleMatrix with get
Property Value
DoubleMatrix See Also
See Also