ISmRandomForest.ExplanatoriesOrdered

Syntax

ExplanatoriesOrdered: ISlSeriesInt;

Description

The ExplanatoriesOrdered property returns explanatory ordinal series.

Comments

To get explanatory categorical series, use the ISmRandomForest.ExplanatoriesCategorical property, to get explanatory quantitative series, use the ISmRandomForest.ExplanatoriesContinuous property.

An ordinal series is a data set, which elements can be ordered, but the distance between them cannot be found. For example, internet shop order status: processing payment (0), order is sent (1), order is shipped (2), order is delivered (3), order is received (4), dispute is opened (5), dispute is closed (6). The order is clear, but the distance between element in this array cannot be found.

Example

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

See also:

ISmRandomForest