ISmCART.ExplanatoriesOrdered

Syntax

ExplanatoriesOrdered: ISlSeriesInt;

Description

The ExplanatoriesOrdered property returns explanatory ordinal series.

Comments

To set explained series, use the ISmCART.Dependent property, to set explanatory quantitative series, use the ISmCART.ExplanatoriesContinuous property and to set explanatory categorical series, use the ISmCART.ExplanatoriesCategorical 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 ISmCART.Tree.

See also:

ISmCART