Click or drag to resize

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.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix ComponentMatrix { get; }

Property Value

DoubleMatrix
See Also