type TBClassesList = class(TClassesList);
Holds a list of classes for Naive Bayes classification algorithm.
Holds a list of classes for Naive Bayes classification algorithm.
Properties
| Name | Type | Description |
|---|---|---|
| LearnedCases | integer | Total number of learned cases for all classification classes. |
| Objects | TClassesListItem | Pointer to a list of classification classes. |
Methods
| Name | Description |
|---|---|
| Add | Add a new class named ClassName. |
| Clear | Destroy all classes managed by the list. |
| Create | |
| Delete | |
| Destroy | |
| Insert | Insert a new class named ClassName at position Index. |
| LoadFromStream | Load the object from the stream. |
| Reset | |
| ResetWeights | Reset the Weight field back to one for every attribute of every classification class. |
| SaveToStream | Save the object to stream. |
| SoftReset |
Constants
| Name | Type | Description |
|---|---|---|
| Discrete | TDiscreteRecordArray |