Save the statistic model to 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 Save(
	string fileName
)
Visual Basic (Declaration)
Public Sub Save ( _
	fileName As String _
)
Visual C++
public:
void Save(
	String^ fileName
)

Parameters

fileName
Type: System..::.String
The file name where this StatModel will be saved

See Also