Uses of Class
moa.classifiers.trees.HoeffdingOptionTree
-
Packages that use HoeffdingOptionTree Package Description moa.classifiers.trees -
-
Uses of HoeffdingOptionTree in moa.classifiers.trees
Subclasses of HoeffdingOptionTree in moa.classifiers.trees Modifier and Type Class Description class
AdaHoeffdingOptionTree
Adaptive decision option tree for streaming data with adaptive Naive Bayes classification at leaves.Methods in moa.classifiers.trees with parameters of type HoeffdingOptionTree Modifier and Type Method Description void
HoeffdingOptionTree.Node. describeSubtree(HoeffdingOptionTree ht, StringBuilder out, int indent)
void
HoeffdingOptionTree.SplitNode. describeSubtree(HoeffdingOptionTree ht, StringBuilder out, int indent)
AttributeSplitSuggestion[]
HoeffdingOptionTree.ActiveLearningNode. getBestSplitSuggestions(SplitCriterion criterion, HoeffdingOptionTree ht)
double[]
AdaHoeffdingOptionTree.AdaLearningNode. getClassVotes(Instance inst, HoeffdingOptionTree ht)
double[]
HoeffdingOptionTree.LearningNodeNB. getClassVotes(Instance inst, HoeffdingOptionTree hot)
double[]
HoeffdingOptionTree.LearningNodeNBAdaptive. getClassVotes(Instance inst, HoeffdingOptionTree ht)
double[]
HoeffdingOptionTree.Node. getClassVotes(Instance inst, HoeffdingOptionTree ht)
void
AdaHoeffdingOptionTree.AdaLearningNode. learnFromInstance(Instance inst, HoeffdingOptionTree hot)
void
HoeffdingOptionTree.ActiveLearningNode. learnFromInstance(Instance inst, HoeffdingOptionTree ht)
void
HoeffdingOptionTree.InactiveLearningNode. learnFromInstance(Instance inst, HoeffdingOptionTree ht)
abstract void
HoeffdingOptionTree.LearningNode. learnFromInstance(Instance inst, HoeffdingOptionTree ht)
void
HoeffdingOptionTree.LearningNodeNBAdaptive. learnFromInstance(Instance inst, HoeffdingOptionTree hot)
void
HoeffdingOptionTree.SplitNode. updateOptionCount(HoeffdingOptionTree.SplitNode source, HoeffdingOptionTree hot)
void
HoeffdingOptionTree.SplitNode. updateOptionCountBelow(int delta, HoeffdingOptionTree hot)
-