Uses of Class
moa.classifiers.trees.HoeffdingOptionTree.Node
-
Packages that use HoeffdingOptionTree.Node Package Description moa.classifiers.trees -
-
Uses of HoeffdingOptionTree.Node in moa.classifiers.trees
Subclasses of HoeffdingOptionTree.Node in moa.classifiers.trees Modifier and Type Class Description static class
AdaHoeffdingOptionTree.AdaLearningNode
static class
HoeffdingOptionTree.ActiveLearningNode
static class
HoeffdingOptionTree.InactiveLearningNode
static class
HoeffdingOptionTree.LearningNode
static class
HoeffdingOptionTree.LearningNodeNB
static class
HoeffdingOptionTree.LearningNodeNBAdaptive
static class
HoeffdingOptionTree.SplitNode
Fields in moa.classifiers.trees declared as HoeffdingOptionTree.Node Modifier and Type Field Description protected HoeffdingOptionTree.Node
HoeffdingOptionTree.SplitNode. nextOption
HoeffdingOptionTree.Node
HoeffdingOptionTree.FoundNode. node
protected HoeffdingOptionTree.Node
HoeffdingOptionTree. treeRoot
Fields in moa.classifiers.trees with type parameters of type HoeffdingOptionTree.Node Modifier and Type Field Description protected AutoExpandVector<HoeffdingOptionTree.Node>
HoeffdingOptionTree.SplitNode. children
Methods in moa.classifiers.trees that return HoeffdingOptionTree.Node Modifier and Type Method Description HoeffdingOptionTree.Node
HoeffdingOptionTree.SplitNode. getChild(int index)
Methods in moa.classifiers.trees with parameters of type HoeffdingOptionTree.Node Modifier and Type Method Description protected void
HoeffdingOptionTree. findLearningNodes(HoeffdingOptionTree.Node node, HoeffdingOptionTree.SplitNode parent, int parentBranch, List<HoeffdingOptionTree.FoundNode> found)
void
HoeffdingOptionTree.SplitNode. setChild(int index, HoeffdingOptionTree.Node child)
Constructors in moa.classifiers.trees with parameters of type HoeffdingOptionTree.Node Constructor Description FoundNode(HoeffdingOptionTree.Node node, HoeffdingOptionTree.SplitNode parent, int parentBranch)
-