DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


StoreModelXML

Declaration: TMemBasedLearner.StoreModelXML (FName: string; var 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.