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

Learn a new record belonging to class with ClassIndex.

Pascal
procedure LearnIndex(const ClassIndex: integer; const NewDiscreteRecord: array of integer; const NewFloatRecord: array of double); override;

Teach the classification class with index ClassIndex with a new example defined with values of discrete attributes in NewDiscreteRecord and values of real valued attributes in NewFloatRecord.

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