Uses of Class
moa.classifiers.trees.EFDT
-
Packages that use EFDT Package Description moa.classifiers.trees -
-
Uses of EFDT in moa.classifiers.trees
Methods in moa.classifiers.trees with parameters of type EFDT Modifier and Type Method Description void
EFDT.Node. describeSubtree(EFDT ht, StringBuilder out, int indent)
void
EFDT.SplitNode. describeSubtree(EFDT ht, StringBuilder out, int indent)
AttributeSplitSuggestion[]
EFDT.ActiveLearningNode. getBestSplitSuggestions(SplitCriterion criterion, EFDT ht)
AttributeSplitSuggestion[]
EFDT.EFDTSplitNode. getBestSplitSuggestions(SplitCriterion criterion, EFDT ht)
double[]
EFDT.LearningNodeNB. getClassVotes(Instance inst, EFDT ht)
double[]
EFDT.LearningNodeNBAdaptive. getClassVotes(Instance inst, EFDT ht)
double[]
EFDT.Node. getClassVotes(Instance inst, EFDT ht)
void
EFDT.EFDTSplitNode. killSubtree(EFDT ht)
void
EFDT.ActiveLearningNode. learnFromInstance(Instance inst, EFDT ht)
void
EFDT.EFDTLearningNode. learnFromInstance(Instance inst, EFDT ht)
void
EFDT.EFDTLearningNode. learnFromInstance(Instance inst, EFDT ht, EFDT.EFDTSplitNode parent, int parentBranch)
void
EFDT.EFDTNode. learnFromInstance(Instance inst, EFDT ht, EFDT.EFDTSplitNode parent, int parentBranch)
void
EFDT.EFDTSplitNode. learnFromInstance(Instance inst, EFDT ht, EFDT.EFDTSplitNode parent, int parentBranch)
void
EFDT.InactiveLearningNode. learnFromInstance(Instance inst, EFDT ht)
abstract void
EFDT.LearningNode. learnFromInstance(Instance inst, EFDT ht)
void
EFDT.LearningNodeNBAdaptive. learnFromInstance(Instance inst, EFDT ht)
-