Skip to content

clear_class_gmmClearClassGmmClearClassGmmclear_class_gmmT_clear_class_gmm🔗

Short description🔗

clear_class_gmmClearClassGmmClearClassGmmclear_class_gmmT_clear_class_gmm — Clear a Gaussian Mixture Model.

Signature🔗

clear_class_gmm( class_gmm GMMHandle )void ClearClassGmm( const HTuple& GMMHandle )static void HOperatorSet.ClearClassGmm( HTuple GMMHandle )def clear_class_gmm( gmmhandle: MaybeSequence[HHandle] ) -> None

Herror T_clear_class_gmm( const Htuple GMMHandle )

static void HClassGmm::ClearClassGmm( const HClassGmmArray& GMMHandle )

void HClassGmm::ClearClassGmm( ) const

static void HClassGmm.ClearClassGmm( HClassGmm[] GMMHandle )

void HClassGmm.ClearClassGmm( )

Description🔗

clear_class_gmmClearClassGmm clears the Gaussian Mixture Model (GMM) given by GMMHandleGMMHandlegmmhandle and frees all memory required for the GMM. After calling clear_class_gmmClearClassGmm, the GMM can no longer be used. The handle GMMHandleGMMHandlegmmhandle becomes invalid.

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 modifies the state of the following input parameter:

During execution of this operator, access to the value of this parameter must be synchronized if it is used across multiple threads.

Parameters🔗

GMMHandleGMMHandlegmmhandle (input_control, state is modified) class_gmm(-array) → (handle)HTuple (HHandle)HClassGmm, HTuple (IntPtr)MaybeSequence[HHandle]Htuple (handle)

GMM handle.

Result🔗

If the parameters are valid, the operator clear_class_gmmClearClassGmm returns the value 2 (H_MSG_TRUE). If necessary an exception is raised.

Combinations with other operators🔗

Combinations

Possible predecessors

classify_class_gmmClassifyClassGmm, evaluate_class_gmmEvaluateClassGmm

See also

create_class_gmmCreateClassGmm, read_class_gmmReadClassGmm, write_class_gmmWriteClassGmm, train_class_gmmTrainClassGmm

Module🔗

Foundation