Operator Reference
get_class_train_data_gmm (Operator)
get_class_train_data_gmm
— Get the training data of a Gaussian Mixture Model (GMM).
Signature
get_class_train_data_gmm( : : GMMHandle : ClassTrainDataHandle)
Description
get_class_train_data_gmm
gets the training data of a
Gaussian Mixture Model (GMM) 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
GMMHandle
(input_control) class_gmm →
(handle)
Handle of a GMM 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_gmm
returns the value 2 (
H_MSG_TRUE)
. If necessary, an exception is raised.
Possible Predecessors
add_sample_class_gmm
,
read_samples_class_gmm
Possible Successors
add_class_train_data_svm
,
add_class_train_data_svm
,
add_class_train_data_knn
See also
Module
Foundation