Release the SVM model and all the memory associated to ir

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 static void CvSVMRelease(
	IntPtr model
)
Visual Basic (Declaration)
Public Shared Sub CvSVMRelease ( _
	model As IntPtr _
)
Visual C++
public:
static void CvSVMRelease(
	IntPtr model
)

Parameters

model
Type: System..::.IntPtr
The SVM model to be released

See Also