Node Connectivity

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

Logistic Deprecated

Class for building and using a multinomial logistic regression model with a ridge estimator.

MultilayerPerceptron Deprecated

A Classifier that uses backpropagation to classify instances.

PLSClassifier Deprecated

A wrapper classifier for the PLSFilter, utilizing the PLSFilter's ability to perform predictions.

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.