Uses of Class
moa.classifiers.trees.SelfOptimisingBaseTree.LeafNode
-
Packages that use SelfOptimisingBaseTree.LeafNode Package Description moa.classifiers.trees -
-
Uses of SelfOptimisingBaseTree.LeafNode in moa.classifiers.trees
Fields in moa.classifiers.trees with type parameters of type SelfOptimisingBaseTree.LeafNode Modifier and Type Field Description ArrayList<SelfOptimisingBaseTree.LeafNode>
SelfOptimisingBaseTree. leafNodes
Methods in moa.classifiers.trees that return SelfOptimisingBaseTree.LeafNode Modifier and Type Method Description protected SelfOptimisingBaseTree.LeafNode
SelfOptimisingBaseTree. newLeafNode()
Methods in moa.classifiers.trees with parameters of type SelfOptimisingBaseTree.LeafNode Modifier and Type Method Description protected void
SelfOptimisingBaseTree. attemptToSplit(SelfOptimisingBaseTree.LeafNode node, SelfOptimisingBaseTree.Node parent, int parentIndex)
void
SelfOptimisingBaseTree.LeafNode. learnFromInstance(Instance inst, boolean growthAllowed, SelfOptimisingBaseTree selfOptimisingBaseTree, SelfOptimisingBaseTree.LeafNode node)
Method to learn from an instance that passes the new instance to the perceptron learner, and also prevents the class value from being truncated to an int when it is passed to the attribute observer
-