IMsBinaryRegressionTransform.ClassificationCutOff

Fore Syntax

ClassificationCutOff: Double;

Fore.NET Syntax

ClassificationCutOff: double;

Description

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

Comments

The ClassificationCutOff value must be greater than zero. The default value is 0.5.

Fore and Fore.NET Examples

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

See also:

IMsBinaryRegressionTransform