IMsBinaryRegressionTransform.ClassificationCutOff

Fore Syntax

ClassificationCutOff: Double;

Fore.NET Syntax

ClassificationCutOff: double;

Description

The ClassificationsliceOff property sets threshold probability value used to include objects to the groups "0" or "1".

Comments

The ClassificationCutOff value should be greater than zero. Default value is 0.5.

Fore and Fore.NET Examples

The property use is given in the example for IMsBinaryRegressionTransform.BinaryDistr.

See also:

IMsBinaryRegressionTransform