Emgu CV Library Documentation
CvEMGetNclusters Method (model)
NamespacesEmgu.CV.MLMlInvokeCvEMGetNclusters(IntPtr)

www.emgu.com/wiki
Get the number of clusters from the EM model
Declaration Syntax
C#Visual BasicVisual C++
public static int CvEMGetNclusters(
	IntPtr model
)
Public Shared Function CvEMGetNclusters ( _
	model As IntPtr _
) As Integer
public:
static int CvEMGetNclusters(
	IntPtr model
)
Parameters
model (IntPtr)
The EM model
Return Value
The number of clusters of the EM model

Assembly: Emgu.CV.ML (Module: Emgu.CV.ML) Version: 1.0.0.0 (1.0.0.0)