Uses of Class
moa.classifiers.trees.SelfOptimisingBaseTree
-
Packages that use SelfOptimisingBaseTree Package Description moa.classifiers.meta moa.classifiers.trees -
-
Uses of SelfOptimisingBaseTree in moa.classifiers.meta
Fields in moa.classifiers.meta declared as SelfOptimisingBaseTree Modifier and Type Field Description SelfOptimisingBaseTree
SelfOptimisingKNearestLeaves.SelfOptimisingKNearestLeavesBaseLearner. classifier
Constructors in moa.classifiers.meta with parameters of type SelfOptimisingBaseTree Constructor Description SelfOptimisingKNearestLeavesBaseLearner(int indexOriginal, SelfOptimisingBaseTree instantiatedClassifier, BasicRegressionPerformanceEvaluator evaluatorInstantiated, long instancesSeen, boolean useBkgLearner, boolean useDriftDetector, ClassOption driftOption, ClassOption warningOption, boolean isBackgroundLearner, Random random)
-
Uses of SelfOptimisingBaseTree in moa.classifiers.trees
Fields in moa.classifiers.trees declared as SelfOptimisingBaseTree Modifier and Type Field Description protected SelfOptimisingBaseTree
SelfOptimisingBaseTree.FIMTDDPerceptron. tree
protected SelfOptimisingBaseTree
SelfOptimisingBaseTree.Node. tree
Methods in moa.classifiers.trees with parameters of type SelfOptimisingBaseTree Modifier and Type Method Description void
SelfOptimisingBaseTree.LeafNode. checkForSplit(SelfOptimisingBaseTree tree)
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 observerConstructors in moa.classifiers.trees with parameters of type SelfOptimisingBaseTree Constructor Description FIMTDDPerceptron(SelfOptimisingBaseTree tree)
InnerNode(SelfOptimisingBaseTree tree)
LeafNode(SelfOptimisingBaseTree tree, int subspaceSize)
Create a new LeafNodeNode(SelfOptimisingBaseTree tree)
SplitNode(InstanceConditionalTest splitTest, SelfOptimisingBaseTree tree)
Create a new SplitNode
-