Write a component training result to a file.
The operator write_training_components writes the component training result ComponentTrainingID to the file FileName. The training result can be read again with read_training_components.
|
ComponentTrainingID (input_control) |
component_training -> integer |
| Handle of the training result. | |
|
FileName (input_control) |
filename -> string |
| File name. | |
If the file name is valid (write permission), the operator write_training_components returns the value 2 (H_MSG_TRUE). If necessary, an exception handling is raised.
write_training_components is reentrant and processed without parallelization.
Matching