ISmDecisionTree.CategoriesList

Syntax

CategoriesList: Array;

Description

The CategoriesList property returns a list of categories.

Comments

The CategoriesList property contains all unique values from the IDataMining.Dependent series, located in the ascending order.

Use the ISmDecisionTree.Tree property to get the decision tree used for missing data substitution.

Example

The property use is given in the example for ISmDecisionTree.Tree.

See also:

ISmDecisionTree