IBinningSettingsInt

Assembly: 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
DoubleValue

The DoubleValue property determines the series, for which the Binning procedure is executed.
IntegerValue

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.
Method

The Method property determines calculation method of the Binning procedure.
NumOfCategories

The NumOfCategories property determines the number of resulting categories.
TreatNanAsCategory

The TreatNanAsCategory property determines whether missing data is considered as a particular category.

See also:

Stat Assembly Interfaces