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

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

Parameters

fileName
String

[Missing <param name="fileName"/> documentation for "M:Emgu.CV.ML.StatModel.Save(System.String)"]

See Also