Returns the linear discriminant function coefficients.
A double
array containing the linear discriminant function coefficients.
The first column of the array contains the constant term, and the remaining columns contain the variable coefficients. The i-th row of the returned array corresponds to group i. The coefficients are always computed as linear discriminant function coefficients even when quadratic discrimination is specified.
DiscriminantAnalysis Class | Imsl.Stat Namespace