Operators |
get_params_class_gmm — Return the parameters of a Gaussian Mixture Model.
get_params_class_gmm( : : GMMHandle : NumDim, NumClasses, MinCenters, MaxCenters, CovarType)
get_params_class_gmm returns the parameters of a Gaussian Mixture Model (GMM) that were specified when the GMM was created with create_class_gmm. This is particularly useful if the GMM was read with read_class_gmm. The output of get_params_class_gmm can, for example, be used to check whether the feature vectors and/or the target data to be used have appropriate dimensions to be used with GMM. For a description of the parameters, see create_class_gmm.
GMM handle.
Number of dimensions of the feature space.
Number of classes of the GMM.
Minimum number of centers per GMM class.
Maximum number of centers per GMM class.
Type of the covariance matrices.
If the parameters are valid, the operator get_params_class_gmm returns the value 2 (H_MSG_TRUE). If necessary an exception is raised.
create_class_gmm, read_class_gmm
add_sample_class_gmm, train_class_gmm
evaluate_class_gmm, classify_class_gmm
Foundation
Operators |