Uses of Class
moa.classifiers.trees.EFDT.Node
-
Packages that use EFDT.Node Package Description moa.classifiers.trees -
-
Uses of EFDT.Node in moa.classifiers.trees
Subclasses of EFDT.Node in moa.classifiers.trees Modifier and Type Class Description static class
EFDT.ActiveLearningNode
class
EFDT.EFDTLearningNode
class
EFDT.EFDTSplitNode
static class
EFDT.InactiveLearningNode
static class
EFDT.LearningNode
static class
EFDT.LearningNodeNB
static class
EFDT.LearningNodeNBAdaptive
static class
EFDT.SplitNode
Fields in moa.classifiers.trees declared as EFDT.Node Modifier and Type Field Description EFDT.Node
EFDT.FoundNode. node
protected EFDT.Node
EFDT. treeRoot
Fields in moa.classifiers.trees with type parameters of type EFDT.Node Modifier and Type Field Description protected AutoExpandVector<EFDT.Node>
EFDT.SplitNode. children
Methods in moa.classifiers.trees that return EFDT.Node Modifier and Type Method Description EFDT.Node
EFDT.SplitNode. getChild(int index)
Methods in moa.classifiers.trees with parameters of type EFDT.Node Modifier and Type Method Description protected void
EFDT. findLearningNodes(EFDT.Node node, EFDT.SplitNode parent, int parentBranch, List<EFDT.FoundNode> found)
void
EFDT.SplitNode. setChild(int index, EFDT.Node child)
Constructors in moa.classifiers.trees with parameters of type EFDT.Node Constructor Description FoundNode(EFDT.Node node, EFDT.SplitNode parent, int parentBranch)
-