Emgu CV Library Documentation
MCvDTreeSplit Structure
NamespacesEmgu.CV.ML.StructureMCvDTreeSplit

www.emgu.com/wiki
Decision tree node split
Declaration Syntax
C#Visual BasicVisual C++
public struct MCvDTreeSplit
Public Structure MCvDTreeSplit
public value class MCvDTreeSplit
Members
All MembersMethodsPropertiesFields



IconMemberDescription
Equals(Object)
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Returns the hash code for this instance.
(Inherited from ValueType.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
inversed
When it equals to 1, the inverse split rule is used (i.e. left and right branches are exchanged in the expressions below)

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
next
Pointer to the next split in the node split list

Order
Get or Set the Order of this TreeSplit

quality
The split quality, a positive number. It is used to choose the best primary split, then to choose and sort the surrogate splits. After the tree is constructed, it is also used to compute variable importance

Subset
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

ToString()()()
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
var_idx
Index of the variable used in the split

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