Gets a matrix containing the standardized coefficients
of the Partial Least Squares regression.
Namespace:
Extreme.Statistics.Multivariate
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Matrix<double> StandardizedCoefficients { get; }
Public ReadOnly Property StandardizedCoefficients As Matrix(Of Double)
Get
public:
property Matrix<double>^ StandardizedCoefficients {
Matrix<double>^ get ();
}
member StandardizedCoefficients : Matrix<float> with get
Property Value
Type:
MatrixDouble
Reference