PartialLeastSquaresModel.Coefficients Property

Gets a matrix containing the (unstandardized) coefficients of the Partial Least Squares regression.

Definition

Namespace: Extreme.Statistics.Multivariate
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Matrix<double> Coefficients { get; }

Property Value

Matrix<Double>

See Also