ISmGradientBoostedTree.ExplanatoriesOrdered

Syntax

ExplanatoriesOrdered: ISlSeriesInt;

Description

The ExplanatoriesOrdered property determines explanatory ordinal series.

Comments

To determine explained series, use the ISmGradientBoostedTree.Dependent property, to determine explanatory quantitative series, use the ISmGradientBoostedTree.ExplanatoriesContinuous property and to determine explanatory categorical series, use the ISmGradientBoostedTree.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 ISmGradientBoostedTree.ClassificationSummary.

See also:

ISmGradientBoostedTree