IBinningSettingsInt

Assembly: Stat;

Namespace: Prognoz.Platform.Interop.Stat;

Description

The IBinningSettingsInt interface is used to work with Binning procedure parameters, executed for categorical series.

Inheritance Hierarchy

          IBinningSettings

          IBinningSettingsInt

Comments

To get Binning procedure parameters, use the ISlSerieInt.BinningSettings property.

Properties

  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.

Properties inherited from IBinningSettings

  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:

Stat Assembly Interfaces