ClIDs

Declaration: TRndForest.ClIDs [clsix]: string;
The array property ClIDs allows to access the unique identifier1 of a particular class which is specified by the parameter clsix (valid range: 1..NClasses). If you assign a class ID to a non-existent class (i.e. if the clsix is less than 1 or greater than NClasses) the call will be ignored on write or return an empty string on read.

Hint: The property ClIDs is a shortcut for TrnData.UniqueClassIDs



1 Unique class IDs serve to link classes defined in spectral collection, training data sets and classifiers. All classes having the same class ID are considered to be the same. See the section Class Names and Unique Class Identifiers for more.