Uses of Class
moa.classifiers.trees.SelfOptimisingBaseTree.Node
-
Packages that use SelfOptimisingBaseTree.Node Package Description moa.classifiers.trees -
-
Uses of SelfOptimisingBaseTree.Node in moa.classifiers.trees
Subclasses of SelfOptimisingBaseTree.Node in moa.classifiers.trees Modifier and Type Class Description static class
SelfOptimisingBaseTree.InnerNode
static class
SelfOptimisingBaseTree.LeafNode
static class
SelfOptimisingBaseTree.SplitNode
Fields in moa.classifiers.trees declared as SelfOptimisingBaseTree.Node Modifier and Type Field Description protected SelfOptimisingBaseTree.Node
SelfOptimisingBaseTree.Node. alternateTree
protected SelfOptimisingBaseTree.Node
SelfOptimisingBaseTree.Node. originalNode
protected SelfOptimisingBaseTree.Node
SelfOptimisingBaseTree.Node. parent
protected SelfOptimisingBaseTree.Node
SelfOptimisingBaseTree. treeRoot
Fields in moa.classifiers.trees with type parameters of type SelfOptimisingBaseTree.Node Modifier and Type Field Description protected AutoExpandVector<SelfOptimisingBaseTree.Node>
SelfOptimisingBaseTree.InnerNode. children
Methods in moa.classifiers.trees that return SelfOptimisingBaseTree.Node Modifier and Type Method Description SelfOptimisingBaseTree.Node
SelfOptimisingBaseTree.SplitNode. descendOneStep(Instance inst)
SelfOptimisingBaseTree.Node
SelfOptimisingBaseTree.InnerNode. getChild(int index)
SelfOptimisingBaseTree.Node
SelfOptimisingBaseTree. getLeafForInstance(Instance inst, SelfOptimisingBaseTree.Node node)
SelfOptimisingBaseTree.Node
SelfOptimisingBaseTree.Node. getParent()
Return the parent nodeSelfOptimisingBaseTree.Node
SelfOptimisingBaseTree. getTreeRoot()
Methods in moa.classifiers.trees with parameters of type SelfOptimisingBaseTree.Node Modifier and Type Method Description protected void
SelfOptimisingBaseTree. attemptToSplit(SelfOptimisingBaseTree.LeafNode node, SelfOptimisingBaseTree.Node parent, int parentIndex)
void
SelfOptimisingBaseTree.Node. copyStatistics(SelfOptimisingBaseTree.Node node)
int
SelfOptimisingBaseTree.InnerNode. getChildIndex(SelfOptimisingBaseTree.Node child)
int
SelfOptimisingBaseTree.LeafNode. getChildIndex(SelfOptimisingBaseTree.Node child)
int
SelfOptimisingBaseTree.Node. getChildIndex(SelfOptimisingBaseTree.Node child)
SelfOptimisingBaseTree.Node
SelfOptimisingBaseTree. getLeafForInstance(Instance inst, SelfOptimisingBaseTree.Node node)
void
SelfOptimisingBaseTree. processInstance(Instance inst, SelfOptimisingBaseTree.Node node, double prediction, double normalError, boolean growthAllowed, boolean inAlternate)
void
SelfOptimisingBaseTree.InnerNode. setChild(int index, SelfOptimisingBaseTree.Node child)
void
SelfOptimisingBaseTree.LeafNode. setChild(int parentBranch, SelfOptimisingBaseTree.Node node)
void
SelfOptimisingBaseTree.Node. setChild(int parentBranch, SelfOptimisingBaseTree.Node node)
void
SelfOptimisingBaseTree.Node. setParent(SelfOptimisingBaseTree.Node parent)
Set the parent node
-