 | PCFactorExtractionEigenvectors Property |
Gets the eigenvalues of the covariance matrix as columns in a matrix.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleMatrix Eigenvectors { get; }
Public ReadOnly Property Eigenvectors As DoubleMatrix
Get
public:
property DoubleMatrix^ Eigenvectors {
DoubleMatrix^ get ();
}
member Eigenvectors : DoubleMatrix with get
Property Value
DoubleMatrix
See Also