Get the 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: Emgu.CV.ML.Structure
Assembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public int[] Subset { get; }
Public ReadOnly Property Subset As Integer()
	Get
public:
property array<int>^ Subset {
	array<int>^ get ();
}

See Also