ISmRandomForest.ExplanatoriesContinuous

Syntax

ExplanatoriesContinuous: ISlSeries;

Description

The ExplanatoriesContinuous property returns explanatory quantitative series.

Comments

To get explanatory categorical series, use the ISmRandomForest.ExplanatoriesCategorical property, to get explanatory ordinal series, use the ISmRandomForest.ExplanatoriesOrdered property.

Quantitative (real) series is a data set, which elements can be ordered and the distance between them can be found. For example, car fuel consumption. It can be order and it is possible to determine which car consumes more and which car consumes less.

Example

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

See also:

ISmRandomForest