There are 2897 nodes that can be used as successor
for a node with an output port of type Table.
M5Base
Class for generating a decision tree with naive Bayes classifiers at the leaves. For more information, see Ron Kohavi: Scaling Up the Accuracy of […]
Fast decision tree learner
Class for constructing a forest of random trees. For more information see: Leo Breiman (2001)
Class for constructing a tree that considers K randomly chosen attributes at each node
Class implementing minimal cost-complexity pruning. Note when dealing with missing values, use "fractional instances" method instead of surrogate split […]
A Java implementation of the CBA algorithm
Classifier that weights a set of class association rules
This class implements a single conjunctive rule learner that can predict for numeric and nominal class labels. A rule consists of antecedents "AND"ed […]
Class for building and using a decision table/naive bayes hybrid classifier