Node Connectivity

There are 92 nodes that can be used as predessesor for a node with an input port of type Weka Classifier.

GaussianProcesses Deprecated

Implements Gaussian Processes for regression without hyperparameter-tuning.

IsotonicRegression Deprecated

Learns an isotonic regression model.

LeastMedSq Deprecated

Implements a least median sqaured linear regression utilising the existing weka LinearRegression class to form predictions.

LinearRegression Deprecated

Class for using linear regression for prediction.

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.