CvDTreeParamsMinSampleCount Property OpenCvSharp Class Library
A node is not split if the number of samples directed to the node is less than the parameter value.

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public int MinSampleCount { get; set; }

Property Value

Type: Int32
See Also

Reference