Filter the data to the related leaf node
Filter the data to the related leaf node
the input Example
the parent of current node
the index of current node in the parent children
a FoundNode containing the leaf node
Merge two nodes
Merge two nodes
flag indicating whether the node will be split
new node
Return the class distribution
Return the class distribution
an Array containing the class distribution
Returns depth of current node in the tree
Returns depth of current node in the tree
the depth
Returns the node description
Returns the node description
String containing the description
Returns height of the tree
Returns height of the tree
the height
Checks whether a node is a leaf
Checks whether a node is a leaf
true if a node is a leaf, false otherwise
Returns number of children
Returns number of children
number of children
Set the depth of current node
Set the depth of current node
the new depth
Abstract class containing the node information for the Hoeffding trees.