ISmRandomForest.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 get explanatory categorical and quantitative series, use the ISmRandomForest.ExplanatoriesCategorical and ISmRandomForest.ExplanatoriesContinuous properties, respectively.

Example

The property use is given in the example for ISmRandomForest.Forest.

See also:

ISmRandomForest