TLinearClassifier.Classes Property

property Classes: TLClassesList;

Pointer to list of classes with attribute descriptions and stored learned data.

Returns: TLClassesList

Remarks:

Read only in effect: the property reaches the list this classifier owns, and assigning to it does nothing. It is not an Assign - the list owns its class items, so sharing or copying the pointer would leave two classifiers freeing the same items. Save the classifier to a stream and load it into the other one to transfer a learned model.