Principal Component Analysis.Cumulative Variance Proportions 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.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Vector<double> CumulativeVarianceProportions { get; }
Property Value
Vector<Double>Exceptions
Invalid | The model has not been fitted. Call the Fit() method first. |