Name
read_class_mlpread_class_mlpReadClassMlpReadClassMlp — Read a multilayer perceptron from a file.
read_class_mlpread_class_mlpReadClassMlpReadClassMlpReadClassMlp reads a multilayer perceptron (MLP) that has
been stored with write_class_mlpwrite_class_mlpWriteClassMlpWriteClassMlpWriteClassMlp. 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_mlpwrite_class_mlpWriteClassMlpWriteClassMlpWriteClassMlp. In the online process the MLP is read with
read_class_mlpread_class_mlpReadClassMlpReadClassMlpReadClassMlp and subsequently used for evaluation with
evaluate_class_mlpevaluate_class_mlpEvaluateClassMlpEvaluateClassMlpEvaluateClassMlp or for classification with
classify_class_mlpclassify_class_mlpClassifyClassMlpClassifyClassMlpClassifyClassMlp.
The default HALCON file extension for the MLP classifier is 'gmc'.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
This operator returns a handle. Note that the state of an instance of this handle type may be changed by specific operators even though the handle is used as an input parameter by those operators.
File name.
File extension: .gmc
If the parameters are valid, the operator read_class_mlpread_class_mlpReadClassMlpReadClassMlpReadClassMlp
returns the value 2 (H_MSG_TRUE). If necessary, an exception is
raised.
classify_class_mlpclassify_class_mlpClassifyClassMlpClassifyClassMlpClassifyClassMlp,
evaluate_class_mlpevaluate_class_mlpEvaluateClassMlpEvaluateClassMlpEvaluateClassMlp,
create_class_lut_mlpcreate_class_lut_mlpCreateClassLutMlpCreateClassLutMlpCreateClassLutMlp
read_dl_classifierread_dl_classifierReadDlClassifierReadDlClassifierReadDlClassifier
create_class_mlpcreate_class_mlpCreateClassMlpCreateClassMlpCreateClassMlp,
write_class_mlpwrite_class_mlpWriteClassMlpWriteClassMlpWriteClassMlp
Foundation