Node Connectivity

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

Winnow (3.7) 

Implements Winnow and Balanced Winnow algorithms by Littlestone. For more information, see N

IB1 (3.7) 

Nearest-neighbour classifier

IBk (3.7) 

K-nearest neighbours classifier

KStar (3.7) 

K* is an instance-based classifier, that is the class of a test instance is based upon the class of those training instances similar to it, as determined by […]

LBR (3.7) 

Lazy Bayesian Rules Classifier

LWL (3.7) 

Locally weighted learning

ClassBalancedND (3.7) 

A meta classifier for handling multi-class datasets with 2-class classifiers by building a random class-balanced tree structure. For more info, check Lin […]

DataNearBalancedND (3.7) 

A meta classifier for handling multi-class datasets with 2-class classifiers by building a random data-balanced tree structure. For more info, check Lin […]

ND (3.7) 

A meta classifier for handling multi-class datasets with 2-class classifiers by building a random tree structure. For more info, check Lin Dong, Eibe Frank, […]

AdaBoostM1 (3.7) 

Class for boosting a nominal class classifier using the Adaboost M1 method