public ReadOnlyDoubleMatrix RegressionCoefficients { get; }Public ReadOnly Property RegressionCoefficients As ReadOnlyDoubleMatrix
Getpublic:
property ReadOnlyDoubleMatrix^ RegressionCoefficients {
ReadOnlyDoubleMatrix^ get ();
}member RegressionCoefficients : ReadOnlyDoubleMatrix with getReturns 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).