PrincipalComponentAnalysis.VarianceProportions Property

Gets the proportion of the variance that is explained by each of the components.

Definition

Namespace: Extreme.Statistics.Multivariate
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<double> VarianceProportions { get; }

Property Value

Vector<Double>

Exceptions

InvalidOperationExceptionThe model has not been fitted. Call the Fit() method first.

See Also