Uses of Class
moa.classifiers.trees.HoeffdingOptionTree.LearningNode
-
Packages that use HoeffdingOptionTree.LearningNode Package Description moa.classifiers.trees -
-
Uses of HoeffdingOptionTree.LearningNode in moa.classifiers.trees
Subclasses of HoeffdingOptionTree.LearningNode in moa.classifiers.trees Modifier and Type Class Description static class
AdaHoeffdingOptionTree.AdaLearningNode
static class
HoeffdingOptionTree.ActiveLearningNode
static class
HoeffdingOptionTree.InactiveLearningNode
static class
HoeffdingOptionTree.LearningNodeNB
static class
HoeffdingOptionTree.LearningNodeNBAdaptive
Methods in moa.classifiers.trees that return HoeffdingOptionTree.LearningNode Modifier and Type Method Description protected HoeffdingOptionTree.LearningNode
AdaHoeffdingOptionTree. newLearningNode(double[] initialClassObservations)
protected HoeffdingOptionTree.LearningNode
HoeffdingOptionTree. newLearningNode()
protected HoeffdingOptionTree.LearningNode
HoeffdingOptionTree. newLearningNode(double[] initialClassObservations)
-