ExplanatoriesContinuous: ISlSeries;
The ExplanatoriesContinuous property determines explanatory quantitative series.
To set explained series, use the ISmGradientBoostedTree.Dependent property, to determine explanatory categorical series, use the ISmGradientBoostedTree.ExplanatoriesCategorical property and to set explanatory ordinal series, use the ISmGradientBoostedTree.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.
The property use is given in the example for ISmGradientBoostedTree.ClassificationSummary.
See also: