TClassesList Class

TStringListTClassesList

type TClassesList = class(TStringList);

The abstract object holds a list of known classification classes.

Each classification class holds a list of attributes and statistics about each attribute obtained during the learn phase.

Properties

NameTypeDescription
LearnedCasesintegerTotal number of learned cases for all classification classes.
ObjectsTClassesListItemPointer to a list of classification classes.

Methods

NameDescription
AddAdd a new class named ClassName.
ClearDestroy all classes managed by the list.
Create
DeleteDelete classification class at Index.
Destroy
InsertInsert a new class named ClassName at position Index.
LoadFromStreamLoad the object from the stream.
ResetReset all classes.
ResetWeightsReset the Weight field back to one for every attribute of every classification class.
SaveToStreamSave the object to stream.
SoftResetReset learned data for all classes, but do not change the Weight andEnabled fields.