ISmGradientBoostedTree.Dependent

Syntax

Dependent: ISlSerieInt;

Description

The Dependent property returns the explained series.

Comments

To set the explained series, use the Dependent.Value. If it is planned to use the Binning procedure, use the Dependent.BinningSettings.DoubleValue.

To determine explanatory series, use the ISmGradientBoostedTree.ExplanatoriesCategorical, ISmGradientBoostedTree.ExplanatoriesContinuous and ISmGradientBoostedTree.ExplanatoriesOrdered properties.

Example

The property use is given in the example for ISmGradientBoostedTree.ClassificationSummary.

See also:

ISmGradientBoostedTree