Emgu CV Library Documentation
Load Method (fileName)
NamespacesEmgu.CV.MLStatModelLoad(String)

www.emgu.com/wiki
Load the statistic model from file
Declaration Syntax
C#Visual BasicVisual C++
public void Load(
	string fileName
)
Public Sub Load ( _
	fileName As String _
)
public:
void Load(
	String^ fileName
)
Parameters
fileName (String)
The file to load the model from

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