|
LoadParameters |
Accueil Précédent Suivant |
C/C++ declaration
long __stdcall LoadParameters(long Handle, char *FileName);
Pascal declaration
function LoadParameters(Handle: LongInt; FileName: PChar): LongInt; stdcall;
Loading a parameter vector for a neural model
IN → Handle : Model handle.
IN → FileName : target file name.
Formats can be tested with TestFile. :
| • | NML extension "nml" ou "xml". |
| • | ASCII extension "txt" |
Can be called at any time. The vector saved in the file must have the right size. It can be a TRealVector type vector or a TRealByteVector type vector. in the las case, the byte associated with a parameter value must be different of 0 in norder to be trainable.
Remarque : No check of the path..