IMsBinaryRegressionTransform.ClassificationCutOff

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.

Example

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

See also:

IMsBinaryRegressionTransform