Principal Component Analysis.Eigenvalues Property
Gets the eigenvalues corresponding to each of the components.
Definition
Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Vector<double> Eigenvalues { get; }
Property Value
Vector<Double>Exceptions
Invalid | The model has not been fitted. Call the Fit() method first. |