Click or drag to resize
DTreesMinSampleCount Property
http://www.emgu.com
If the number of samples in a node is less than this parameter then the node will not be split

Namespace: Emgu.CV.ML
Assembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public int MinSampleCount { get; set; }

Property Value

Type: Int32
See Also