ISmBackPropagation.CategoriesList

Fore Syntax

CategoriesList: Array;

Fore.NET Syntax

CategoriesList: System.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.

To get final classification of objects, use the ISmBackPropagation.Classification property.

Fore and Fore.NET Examples

The property use is given in the example for ISmBackPropagation.DeltasMinimum.

See also:

ISmBackPropagation