Node Connectivity

There are 3058 nodes that can be used as successor for a node with an output port of type Table.

VotedPerceptron Deprecated

Implementation of the voted perceptron algorithm by Freund and Schapire.

Winnow Deprecated

Implements Winnow and Balanced Winnow algorithms by Littlestone.

IB1 Deprecated

Nearest-neighbour classifier.

IBk Deprecated

K-nearest neighbours classifier.

KStar Deprecated

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 […]

LBR Deprecated

Lazy Bayesian Rules Classifier.

LWL Deprecated

Locally weighted learning.

ClassBalancedND Deprecated

A meta classifier for handling multi-class datasets with 2-class classifiers by building a random class-balanced tree structure.

DataNearBalancedND Deprecated

A meta classifier for handling multi-class datasets with 2-class classifiers by building a random data-balanced tree structure.

ND Deprecated

A meta classifier for handling multi-class datasets with 2-class classifiers by building a random tree structure.