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....



StoreModelXML


Unit: SDL_membl
Class: TMemBasedLearner
Declaration: procedure StoreModelXML (FName: string; DataID: string);

The method StoreModelXML saves the model data in the file FName using an XML-based format. The parameter DataID contains an identifier which can be used to identify a particular model.

Hint: Please be aware of the fact that loading large XML models takes a lot of time. Thus it is strongly recommended to use LoadModelBin and StoreModelBin instead of the XML versions. LoadModelXML and StoreModelXML should be used for debugging purposes only.



Last Update: 2023-Feb-06