ISmLogisticRegression.SummaryStatistics

Syntax

ModelCoefficients: ISummaryStatistics;

Description

The SummaryStatistics property returns calculated summary statistics for a model.

Comments

Model coefficients are returned by the ISmLogisticRegression.ModelCoefficients property.

Example

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

See also:

ISmLogisticRegression