Operator Reference
get_class_train_data_mlp (Operator)
get_class_train_data_mlp
— Get the training data of a multilayer perceptron (MLP).
Signature
get_class_train_data_mlp( : : MLPHandle : ClassTrainDataHandle)
Description
get_class_train_data_mlp
gets the training data of a
multilayer perceptron (MLP) and returns it in
ClassTrainDataHandle
.
Execution Information
- 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.
Parameters
MLPHandle
(input_control) class_mlp →
(handle)
Handle of a MLP that contains training data.
ClassTrainDataHandle
(output_control) class_train_data →
(handle)
Handle of the training data of the classifier.
Result
If the parameters are valid, the operator
get_class_train_data_mlp
returns the value 2 (
H_MSG_TRUE)
. If necessary, an exception is raised.
Possible Predecessors
add_sample_class_mlp
,
read_samples_class_mlp
Possible Successors
add_class_train_data_svm
,
add_class_train_data_gmm
,
add_class_train_data_knn
See also
Module
Foundation