get_class_train_data_mlp🔗
Short description🔗
get_class_train_data_mlp — Get the training data of a multilayer perceptron (MLP).
Signature🔗
get_class_train_data_mlp( class_mlp MLPHandle, out class_train_data ClassTrainDataHandle )
Description🔗
get_class_train_data_mlp gets the training data of a
multilayer perceptron (MLP) and returns it in
ClassTrainDataHandle.
Execution information🔗
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.
Combinations with other operators🔗
Combinations
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