ISmLogisticRegression.ModelCoefficients

Syntax

ModelCoefficients: IModelCoefficients;

Description

The ModelCoefficients property returns calculated model coefficients.

Comments

The ISmLogisticRegression.SummaryStatistics property returns summary statistics of the model.

Example

The property use is given in the example for ISmLogisticRegression.Probabilities.

See also:

ISmLogisticRegression