ExplanatoriesContinuous: ISlSeries;
The ExplanatoriesContinuous property returns explanatory quantitative series.
To set explained series, use the ISmCART.Dependent property, to set explanatory categorical series, use the ISmCART.ExplanatoriesCategorical property and to set explanatory ordinal series, use the ISmCART.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 ISmCART.Tree.
See also: