Uses of Class
moa.classifiers.trees.FIMTDD
-
Packages that use FIMTDD Package Description moa.classifiers.trees -
-
Uses of FIMTDD in moa.classifiers.trees
Subclasses of FIMTDD in moa.classifiers.trees Modifier and Type Class Description class
ORTO
Fields in moa.classifiers.trees declared as FIMTDD Modifier and Type Field Description protected FIMTDD
FIMTDD.FIMTDDPerceptron. tree
protected FIMTDD
FIMTDD.Node. tree
Methods in moa.classifiers.trees with parameters of type FIMTDD Modifier and Type Method Description void
FIMTDD.LeafNode. checkForSplit(FIMTDD tree)
Constructors in moa.classifiers.trees with parameters of type FIMTDD Constructor Description FIMTDDPerceptron(FIMTDD tree)
InnerNode(FIMTDD tree)
LeafNode(FIMTDD tree)
Create a new LeafNodeNode(FIMTDD tree)
OptionNode(FIMTDD tree)
SplitNode(InstanceConditionalTest splitTest, FIMTDD tree)
Create a new SplitNode
-