IBinningSettings.TreatNanAsCategory

Syntax

TreatNanAsCategory: Boolean;

Description

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

Comments

Available values:

If the Binning procedure is applied only for data mining methods, the TreatNanAsCategory property is taken into account only for explanatory series. If the TreatNanAsCategory property is set for explanatory series, it will be ignored.

Example

The property use is given in the example for ISmBinning.Settings.

See also:

IBinningSettings