ISmGradientBoostedTree.Dependent

Fore Syntax

Dependent: ISlSerieInt;

Fore.NET Syntax

System.Dependent: Prognoz.Platform.Interop.Stat.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.

Fore and Fore.NET Examples

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

See also:

ISmGradientBoostedTree