PartialLeastSquaresModel.XCumulativeVarianceExplained Property

Gets a vector containing the cumulative proportion of variance in the independent variables explained by each the component

Definition

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

Property Value

Vector<Double>

See Also