Load the statistic model from file

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

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