You are here: Symbol Reference > Classifier Namespace > Classes > TClassesListItem Class > TClassesListItem Methods > TClassesListItem.Classify Method
Data Miner
ContentsIndex
PreviousUpNext
TClassesListItem.Classify Method

Classify record with mixed real and discrete attributes.

Pascal
function Classify(const DiscreteRecord: array of integer; const FloatRecord: array of double): double; virtual; abstract;

Compute the response of the classification class (Self) for the continuous (real valued) and discrete attributes of the new example FloatSource contains the values of the discrete attributes and DiscreteSource contains the values of the discrete attributes.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!