Property MinSampleCount
- Namespace
- OpenCvSharp.ML
- Assembly
- OpenCvSharp.dll
MinSampleCount
If the number of samples in a node is less than this parameter then the node will not be split. Default value is 10.
public int MinSampleCount { get; set; }
If the number of samples in a node is less than this parameter then the node will not be split. Default value is 10.
public int MinSampleCount { get; set; }