|
CreateNewModel
|
Accueil Précédent Suivant |
C/C++ declaration
extern long __stdcall CreateNewModel(struct TModelData ModelData, long Trainable);
Pascal declaration
Function CreateNewModel(ModelData : TModelData; Trainable): LongInt; stdCall;
New model creation. The TModelData structure is a description of the model to build :
IN → ModelData : model description.
IN → Trainable : 0, no training, 1, with training
Return → Model handle, <= 0 if failed.