[This is preliminary documentation and is subject to change.]

Load the statistic model from file

Namespace:  Emgu.CV.ML
Assembly:  Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

         
 C#  Visual Basic  Visual 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

See Also