write_class_mlp ( : : MLPHandle, FileName : )

Write a multilayer perceptron to a file.

write_class_mlp writes the multilayer perceptron (MLP) MLPHandle to the file given by FileName. write_class_mlp is typically called after the MLP has been trained with train_class_mlp. The MLP can be read with read_class_mlp. write_class_mlp does not write any training samples that possibly have been stored in the MLP. For this purpose, write_samples_class_mlp should be used.


Parameters

MLPHandle (input_control)
class_mlp -> integer
MLP handle.

FileName (input_control)
filename -> string
File name.


Result

If the parameters are valid, the operator write_class_mlp returns the value 2 (H_MSG_TRUE). If necessary an exception handling is raised.


Parallelization Information

write_class_mlp is reentrant and processed without parallelization.


Possible Predecessors

train_class_mlp


Possible Successors

clear_class_mlp


See also

create_class_mlp, read_class_mlp, write_samples_class_mlp


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH