ISmGradientBoostedTree.CategoriesList

Fore Syntax

CategoriesList: Array;

Fore.NET Syntax

CategoriesList: System.Array;

Description

The CategoriesList property returns category list of explained series.

Comments

The CategoriesList property contains all unique values from the ISmGradientBoostedTree.Dependent series sorted ascending.

To get final classification of objects, use the ISmGradientBoostedTree.ClassificationSummary property.

Fore and Fore.NET Examples

The property use is given in the example for ISmGradientBoostedTree.ClassificationSummary.

See also:

ISmGradientBoostedTree