ISmLogisticRegression.ModelCoefficients

Fore Syntax

ModelCoefficients: IModelCoefficients;

Fore.NET Syntax

ModelCoefficients: Prognoz.Platform.Interop.Stat.IModelCoefficients;

Description

The ModelCoefficients property returns calculated model coefficients.

Comments

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

Fore and Fore.NET Examples

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

See also:

ISmLogisticRegression