Node Connectivity

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

PaceRegression Deprecated

Class for building pace regression linear models and using them for prediction.

RBFNetwork Deprecated

Class that implements a normalized Gaussian radial basisbasis function network.

SMO Deprecated

Implements John Platt's sequential minimal optimization algorithm for training a support vector classifier.

SMOreg Deprecated

Implements Alex Smola and Bernhard Scholkopf's sequential minimal optimization algorithm for training a support vector regression model.

SVMreg Deprecated

SVMreg implements the support vector machine for regression.

SimpleLinearRegression Deprecated

Learns a simple linear regression model.

SimpleLogistic Deprecated

Classifier for building linear logistic regression models.

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.