ExplanatoriesCategorical: ISlSeriesInt;
The ExplanatoriesCategorical property returns explanatory categorical series.
To get explanatory quantitative series, use the ISmRandomForest.ExplanatoriesContinuous property, to get explanatory ordinal series, use the ISmRandomForest.ExplanatoriesOrdered property.
Categorical series is a data set, which elements cannot be ordered and the distance between them cannot be found. For example, what usually people eat for breakfast from the sampling: sandwich, oatmeal, eggs, etc. It is impossible to order or to find distance between array elements.
The property use is given in the example for ISmRandomForest.FilledDependent.
See also: