IMsBinaryRegressionTransform.OutputType

Syntax

OutputType: MsBinaryRegressionOutputType;

Description

The OutputType property determines a type of the values loaded to the output and forecasting series.

Comments

The property is set to MsBinaryRegressionOutputType.Probability by default, that is, probability values are loaded.

Example

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

See also:

IMsBinaryRegressionTransform