| MCvDTreeSplitSubset Property |
http://www.emgu.com
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.StructureAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic int[] Subset { get; }Public ReadOnly Property Subset As Integer()
Get
public:
property array<int>^ Subset {
array<int>^ get ();
}member Subset : int[] with get
Property Value
Type:
Int32
See Also