Emgu CV Library Documentation
sampleCount Field
NamespacesEmgu.CV.ML.StructureMCvDTreeNodesampleCount

www.emgu.com/wiki
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
Declaration Syntax
C#Visual BasicVisual C++
public int sampleCount
Public sampleCount As Integer
public:
int sampleCount

Assembly: Emgu.CV.ML (Module: Emgu.CV.ML) Version: 1.0.0.0 (1.0.0.0)