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#
public void Load(
	string fileName
)
Visual Basic (Declaration)
Public Sub Load ( _
	fileName As String _
)
Visual C++
public:
void Load(
	String^ fileName
)

Parameters

fileName
Type: System..::.String
The file to load the model from

See Also