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