MCvDTreeNodesampleCount Field |
http://www.emgu.com
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: Emgu.CV.ML.StructureAssembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 3.0.0.2161 (3.0.0.2161)
SyntaxPublic sampleCount As Integer
val mutable sampleCount: int
Field Value
Type:
Int32
See Also