Emgu CV Library Documentation
CvSVMRelease Method (model)
NamespacesEmgu.CV.MLMlInvokeCvSVMRelease(IntPtr)

www.emgu.com/wiki
Release the SVM model and all the memory associated to ir
Declaration Syntax
C#Visual BasicVisual C++
public static void CvSVMRelease(
	IntPtr model
)
Public Shared Sub CvSVMRelease ( _
	model As IntPtr _
)
public:
static void CvSVMRelease(
	IntPtr model
)
Parameters
model (IntPtr)
The SVM model to be released

Assembly: Emgu.CV.ML (Module: Emgu.CV.ML) Version: 1.0.0.0 (1.0.0.0)