Clear all Gaussian Mixture Models.
clear_all_class_gmm clears all Gaussian Mixture Models (GMM) and frees all memory required for the GMMs. After calling clear_all_class_gmm, no GMM can be used any longer.
clear_all_class_gmm exists solely for the purpose of implementing the “reset program” functionality in HDevelop. clear_all_class_gmm must not be used in any application.
clear_all_class_gmm always returns 2 (H_MSG_TRUE).
clear_all_class_gmm is processed completely exclusively without parallelization.
classify_class_gmm, evaluate_class_gmm
create_class_gmm, read_class_gmm, write_class_gmm, train_class_gmm
Foundation