CvDTreeNodeSampleCount Property OpenCvSharp Class Library
The number of samples that fall into the node at the training stage. It is used to resolve the difficult cases - when the variable for the primary split is missing, and all the variables for other surrogate splits are missing too, the sample is directed to the left if left-<sample_count<right-<sample_count and to the right otherwise.

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

public int SampleCount { get; }

Property Value

Type: Int32
See Also

Reference