You are here: Symbol Reference > ClassifierExt Namespace > Classes > TDaalKNNClassifier Class > TDaalKNNClassifier Methods > Train Method > TDaalKNNClassifier.Train Method (TMtx, TVecInt)
Data Miner
ContentsIndex
PreviousUpNext
TDaalKNNClassifier.Train Method (TMtx, TVecInt)

Trains model with Labels (classes) and Source (real, continuous) data

Pascal
procedure Train(SrcData: TMtx; SrcLabels: TVecInt); override;

SrcData stores features stored in columns. Implements homogen dense matrix "continuous" data input. The model can be saved with CopyToArray, SaveToStream, SaveToFile routines.

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