Uses of Class
moa.classifiers.trees.HoeffdingTree.Node
-
Packages that use HoeffdingTree.Node Package Description moa.classifiers.multilabel moa.classifiers.rules.core moa.classifiers.trees -
-
Uses of HoeffdingTree.Node in moa.classifiers.multilabel
Subclasses of HoeffdingTree.Node in moa.classifiers.multilabel Modifier and Type Class Description static class
MultilabelHoeffdingTree.MultilabelInactiveLearningNode
class
MultilabelHoeffdingTree.MultilabelLearningNodeClassifier
-
Uses of HoeffdingTree.Node in moa.classifiers.rules.core
Subclasses of HoeffdingTree.Node in moa.classifiers.rules.core Modifier and Type Class Description class
RuleActiveLearningNode
A modified ActiveLearningNode that uses a Perceptron as the leaf node model, and ensures that the class values sent to the attribute observers are not truncated to ints if regression is being performedclass
RuleActiveRegressionNode
A modified ActiveLearningNode that uses a Perceptron as the leaf node model, and ensures that the class values sent to the attribute observers are not truncated to ints if regression is being performedclass
RuleSplitNode
A modified SplitNode method implementing the extra information -
Uses of HoeffdingTree.Node in moa.classifiers.trees
Fields in moa.classifiers.trees declared as HoeffdingTree.Node Modifier and Type Field Description protected HoeffdingTree.Node
HoeffdingAdaptiveTree.AdaSplitNode. alternateTree
HoeffdingTree.Node
HoeffdingTree.FoundNode. node
protected HoeffdingTree.Node
HoeffdingTree. treeRoot
Fields in moa.classifiers.trees with type parameters of type HoeffdingTree.Node Modifier and Type Field Description protected AutoExpandVector<HoeffdingTree.Node>
HoeffdingTree.SplitNode. children
Methods in moa.classifiers.trees that return HoeffdingTree.Node Modifier and Type Method Description HoeffdingTree.Node
HoeffdingTree.SplitNode. getChild(int index)
HoeffdingTree.Node
HoeffdingTree. getTreeRoot()
Methods in moa.classifiers.trees that return types with arguments of type HoeffdingTree.Node Modifier and Type Method Description AutoExpandVector<HoeffdingTree.Node>
HoeffdingTree.SplitNode. getChildren()
Methods in moa.classifiers.trees with parameters of type HoeffdingTree.Node Modifier and Type Method Description void
ASHoeffdingTree. deleteNode(HoeffdingTree.Node node, int childIndex)
protected void
HoeffdingTree. findLearningNodes(HoeffdingTree.Node node, HoeffdingTree.SplitNode parent, int parentBranch, List<HoeffdingTree.FoundNode> found)
void
ASHoeffdingTree. resizeTree(HoeffdingTree.Node node, int childIndex)
void
HoeffdingTree.SplitNode. setChild(int index, HoeffdingTree.Node child)
Constructors in moa.classifiers.trees with parameters of type HoeffdingTree.Node Constructor Description FoundNode(HoeffdingTree.Node node, HoeffdingTree.SplitNode parent, int parentBranch)
-