There are 5518 nodes that can be used as predessesor
for a node with an input port of type Generic Port.
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
Class for building and using a simple decision table majority classifier. For more information see: Ron Kohavi: The Power of Decision Tables
FURIA: Fuzzy Unordered Rule Induction Algorithm Details please see: Jens Christian Huehn, Eyke Huellermeier (2009)
This class implements a propositional rule learner, Repeated Incremental Pruning to Produce Error Reduction (RIPPER), which was proposed by William W
Implements the LAC (Lazy Associative Classifier) algorithm, which uses associative rules to execute classifications