CvDTreeSplitSubset Property OpenCvSharp Class Library
Bit array indicating the value subset in case of split on a categorical variable. The rule is: if var_value in subset then next_node<-left else next_node<-right

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

public PointerAccessor1D_Int32 Subset { get; }

Property Value

Type: PointerAccessor1D_Int32
See Also

Reference