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