Uses of Class
moa.classifiers.trees.iadem.Iadem3.AdaptiveLeafNode
-
Packages that use Iadem3.AdaptiveLeafNode Package Description moa.classifiers.trees.iadem -
-
Uses of Iadem3.AdaptiveLeafNode in moa.classifiers.trees.iadem
Subclasses of Iadem3.AdaptiveLeafNode in moa.classifiers.trees.iadem Modifier and Type Class Description class
Iadem3.AdaptiveLeafNodeNB
class
Iadem3.AdaptiveLeafNodeNBAdaptive
class
Iadem3.AdaptiveLeafNodeNBKirkby
class
Iadem3.AdaptiveLeafNodeWeightedVote
Fields in moa.classifiers.trees.iadem declared as Iadem3.AdaptiveLeafNode Modifier and Type Field Description protected Iadem3.AdaptiveLeafNode
Iadem3.AdaptiveSplitNode. leaf
Methods in moa.classifiers.trees.iadem that return Iadem3.AdaptiveLeafNode Modifier and Type Method Description Iadem3.AdaptiveLeafNode[]
Iadem3.AdaptiveLeafNode. doSplit(IademAttributeSplitSuggestion mejorExpansion, Instance instance)
Constructors in moa.classifiers.trees.iadem with parameters of type Iadem3.AdaptiveLeafNode Constructor Description AdaptiveSplitNode(Iadem3 tree, Iadem2.Node parent, Iadem2.Node[] child, double[] freq, InstanceConditionalTest splitTest, AbstractChangeDetector estimator, Iadem3.AdaptiveLeafNode predictionLeaf, int causeOfSplit)
-