ISmLogisticRegression.Threshold

Fore Syntax

Threshold: Double;

Fore.NET Syntax

Threshold: double;

Description

The Threshold property determines threshold value of probability for classification.

Comments

Threshold value must be in (0,1) interval.

Fore and Fore.NET Examples

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

See also:

ISmLogisticRegression