TBClassesListItem Class

TPersistentTClassesListItemTBClassesListItem

type TBClassesListItem = class(TClassesListItem);

Classification class definition for the Naive Bayes classification algorithm.

Classification class definition for the Naive Bayes classification algorithm.

Methods

NameDescription
Classify
ClassifyDiscrete
ClassifyFloat
Create
LearnLearn a new record containing both discrete and real attributes.
LearnDiscrete
LearnFloat
LoadFromStreamLoad the object from the stream.
PriorProbabilityCompute prior probability after the learning has been completed.
ResetReset learned data.
ResetWeightsReset the Weight field of every attribute back to one.
SaveToStreamSave the object to stream.
SoftResetResets learned data without reseting weights and excluded attributes.

Constants

NameTypeDescription
DiscreteATDiscreteRecordArrayStores the statistics about the discrete attributes.
FloatATFloatRecordArrayStores the statistics about the continuous (real valued) attributes.