The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



LoadModelBin


Unit: SDL_membl
Class: TMemBasedLearner
Declaration: function LoadModelBin (FName: string; var DataId: string): integer;

The function LoadModelBin loads the data model from the binary file FName. The variable parameter DataId returns the unique identifier which can be used to check whether the loaded model is suitable.

The function returns the following error codes:

 0 ... everything is OK
-1 ... the model cannot be read
-2 ... the specified file does not exist or cannot be accessed


Last Update: 2023-Feb-06