Clear a multilayer perceptron.
clear_class_mlp clears the multilayer perceptron (MLP) given by MLPHandle and frees all memory required for the MLP. After calling clear_class_mlp, the MLP can no longer be used. The handle MLPHandle becomes invalid.
|
MLPHandle (input_control) |
class_mlp -> integer |
| MLP handle. | |
If MLPHandle is valid, the operator clear_class_mlp returns the value 2 (H_MSG_TRUE). If necessary an exception handling is raised.
clear_class_mlp is processed completely exclusively without parallelization.
classify_class_mlp, evaluate_class_mlp
create_class_mlp, read_class_mlp, write_class_mlp, train_class_mlp
Foundation