Data Miner
|
Copies trained model to array.
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!
|