Node Connectivity

There are 5201 nodes that can be used as predessesor for a node with an input port of type Generic Port.

RandomForest Deprecated

Class for constructing a forest of random trees.

RandomTree Deprecated

Class for constructing a tree that considers K randomly chosen attributes at each node.

SimpleCART Deprecated

Class implementing minimal cost-complexity pruning.

UserClassifier Deprecated

Interactively classify through visual means.

ConjunctiveRule Deprecated

This class implements a single conjunctive rule learner that can predict for numeric and nominal class labels.

DecisionTable Deprecated

Class for building and using a simple decision table majority classifier.

JRip Deprecated

This class implements a propositional rule learner, Repeated Incremental Pruning to Produce Error Reduction (RIPPER).

M5Rules Deprecated

Generates a decision list for regression problems using separate-and-conquer.

NNge Deprecated

Nearest-neighbor-like algorithm using non-nested generalized exemplars (which are hyperrectangles that can be viewed as if-then rules).

OneR Deprecated

Class for building and using a 1R classifier; in other words, uses the minimum-error attribute for prediction, discretizing numeric attributes.