ISmLogisticRegression.SummaryStatistics

Fore Syntax

ModelCoefficients: ISummaryStatistics;

Fore.NET Syntax

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

Description

The SummaryStatistics property returns calculated summary statistics for a model.

Comments

Model coefficients are returned by the ISmLogisticRegression.ModelCoefficients property.

Fore and Fore.NET Examples

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

See also:

ISmLogisticRegression