Write a component model to a file.
The operator write_component_model writes the component model ComponentModelID to the file FileName. The model can be read again with read_component_model.
|
ComponentModelID (input_control) |
component_model -> integer |
| Handle of the component model. | |
|
FileName (input_control) |
filename -> string |
| File name. | |
If the file name is valid (write permission), the operator write_component_model returns the value 2 (H_MSG_TRUE). If necessary, an exception handling is raised.
write_component_model is reentrant and processed without parallelization.
create_component_model, create_trained_component_model
Matching