Principal Component Analysis.Variance Proportions Property
Gets the proportion of the variance that is explained by each of 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> VarianceProportions { get; }
Property Value
Vector<Double>Exceptions
Invalid | The model has not been fitted. Call the Fit() method first. |