Release the decision tree model

Namespace: Emgu.CV.ML
Assembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void CvDTreeRelease(
	IntPtr model
)
Public Shared Sub CvDTreeRelease ( _
	model As IntPtr _
)
public:
static void CvDTreeRelease(
	IntPtr model
)

Parameters

model
IntPtr
The decision tree model to be released

See Also