  | FloatPCAEigenvalues Property | 
            Gets the eigenvalues of the covariance/correlation matrix, though the
            calculation is actually performed using the singular values of the data
            matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic FloatVector Eigenvalues { get; }Public ReadOnly Property Eigenvalues As FloatVector
	Get
public:
property FloatVector^ Eigenvalues {
	FloatVector^ get ();
}member Eigenvalues : FloatVector with get
Property Value
FloatVector
Remarks
            The eigenvalues of the covariance/correlation matrix are equal to the squares
            of the standard deviations of the principal components. 
            
See Also