Assembly: Stat;
The ISlSerieInt interface is used to work with categorical series parameters.
ISlSerieInt
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.
To work with parameters of categorical data series collection, use properties and methods of the ISlSeriesInt interface.
Property name | Brief description | |
BinningSettings | The BinningSettings property returns parameters of the Binning procedure. | |
Id | The Id property returns categorical data series identifier. | |
Name | The Name property returns categorical data series name. | |
OriginalValue | The OriginalValue property returns original values for the data series, that is, for the data specified using the Value property. | |
Value | The Value property returns values of a categorical data series. |
See also: