Load the statistic model from file

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

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