Get the number of Trees in the Random tree

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 int CvRTreesGetTreeCount(
	IntPtr model
)
Visual Basic (Declaration)
Public Shared Function CvRTreesGetTreeCount ( _
	model As IntPtr _
) As Integer
Visual C++
public:
static int CvRTreesGetTreeCount(
	IntPtr model
)

Parameters

model
Type: System..::.IntPtr
The random tree

Return Value

The number of Trees in the Random tree

See Also