ISmLogisticRegression.RelevanceMeasure

Syntax

RelevanceMeasure: IBinaryModelRelevanceMeasure;

RelevanceMeasure: Prognoz.Platform.Interop.Stat.IBinaryModelRelevanceMeasure;

Description

The RelevanceMeasure property returns binary classification quality criteria.

Comments

Criteria of classification quality are calculated, if explanatory series is binary.

Fore and Fore.NET Examples

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

See also:

ISmLogisticRegression