Emgu CV Library Documentation
StatModelLoad Method (statModel, fileName, name)
NamespacesEmgu.CV.MLMlInvokeStatModelLoad(IntPtr, String, IntPtr)

www.emgu.com/wiki
Load the statistic model from the specific file
Declaration Syntax
C#Visual BasicVisual C++
public static void StatModelLoad(
	IntPtr statModel,
	string fileName,
	IntPtr name
)
Public Shared Sub StatModelLoad ( _
	statModel As IntPtr, _
	fileName As String, _
	name As IntPtr _
)
public:
static void StatModelLoad(
	IntPtr statModel, 
	String^ fileName, 
	IntPtr name
)
Parameters
statModel (IntPtr)
The statistic model to save
fileName (String)
The file name to load from
name (IntPtr)
Pass IntPtr.Zero

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