Stat Assembly > Stat Assembly Interfaces > IBinningSettingsInt > IBinningSettingsInt
Assembly: Stat;
Namespace: Prognoz.Platform.Interop.Stat;
The IBinningSettingsInt interface is used to work with Binning procedure parameters, executed for categorical series.
IBinningSettingsInt
To get Binning procedure parameters, use the ISlSerieInt.BinningSettings property.
Property name | Brief description | |
![]() |
The DoubleValue property determines the series, for which the Binning procedure is executed. | |
![]() |
The IntegerValue property returns result of binning execution. |
Property name | Brief description | |
![]() |
Clusters | The Clusters property returns clusters order. |
![]() |
MaxIt | The MaxIt property determines maximum number of iterations to calculate the Binning procedure. |
![]() |
The Method property determines calculation method of the Binning procedure. | |
![]() |
The NumOfCategories property determines the number of resulting categories. | |
![]() |
The TreatNanAsCategory property determines whether missing data is considered as a particular category. |
See also: