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

Predicts Labels (classes) from Source (real, continuous) data

Pascal
procedure Predict(SrcData: TMtx; DstLabels: TVecInt); override;

SrcData stores features stored in columns. Implements homogen dense matrix "continuous" data input. The model can be loaded with a call to Train, CopyFromArray, LoadFromStream and LoadFromFile routines. The destination is an array of integers.

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