TLClassesListItem Class

TPersistentTClassesListItemTLClassesListItem

type TLClassesListItem = class(TClassesListItem);

Classification class for the "Linear classifier" classification algorithm. Classification class for the "Linear classifier" 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.