Get the default Decision tree training parameters

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

Syntax

C#
public static MCvDTreeParams GetDefaultParameter()
Visual Basic (Declaration)
Public Shared Function GetDefaultParameter As MCvDTreeParams
Visual C++
public:
static MCvDTreeParams GetDefaultParameter()

Return Value

The default Decision tree training parameters

See Also