You are here: Symbol Reference > ClassifierExt Namespace > Classes > TDaalClassifier Class > TDaalClassifier Methods > CopyToArray Method > TDaalClassifier.CopyToArray Method (TBytes, integer, integer)
Data Miner
ContentsIndex
PreviousUpNext
TDaalClassifier.CopyToArray Method (TBytes, integer, integer)

Copies trained model to array.

Pascal
procedure CopyToArray(const Dst: TBytes; DstIndex: integer; DstLen: integer); virtual; overload;

DstLen must match value returned by ModelSize method. The data will be stored from [dstIndex]..[dstIndex +dstLen-1].

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