public ReadOnlyDoubleMatrix RegressionCoefficients { get; }
Public ReadOnly Property RegressionCoefficients As ReadOnlyDoubleMatrix
Get
public:
property ReadOnlyDoubleMatrix^ RegressionCoefficients {
ReadOnlyDoubleMatrix^ get ();
}
member RegressionCoefficients : ReadOnlyDoubleMatrix with get
Returns a matrix having as many rows as the number of active variables, and as many columns as the number of principal ones. Each row stores the estimated coefficients of a regression in which the corresponding active variable is modeled on a collection of explanatory variables represented by the standardized principal variables (no intercept included).