PrincipalComponentAnalysis.CumulativeVarianceProportions Property

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

Definition

Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Vector<double> CumulativeVarianceProportions { get; }

Property Value

Vector<Double>

Exceptions

InvalidOperationException

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

See Also