read_class_mlp ( : : FileName : MLPHandle )

Read a multilayer perceptron from a file.

read_class_mlp reads a multilayer perceptron (MLP) that has been stored with write_class_mlp. Since the training of an MLP can consume a relatively long time, the MLP is typically trained in an offline process and written to a file with write_class_mlp. In the online process the MLP is read with read_class_mlp and subsequently used for evaluation with evaluate_class_mlp or for classification with classify_class_mlp.


Parameters

FileName (input_control)
filename -> string
File name.

MLPHandle (output_control)
class_mlp -> integer
MLP handle.


Result

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


Parallelization Information

read_class_mlp is processed completely exclusively without parallelization.


Possible Successors

classify_class_mlp, evaluate_class_mlp


See also

create_class_mlp, write_class_mlp


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH