IBinningSettings.TreatNanAsCategory

Fore Syntax

TreatNanAsCategory: Boolean;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

IBinningSettings