A node is not split if the number of samples directed to the node is less than the parameter value.

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 int minSampleCount
Visual Basic (Declaration)
Public minSampleCount As Integer
Visual C++
public:
int minSampleCount

See Also