There are 5519 nodes that can be used as predessesor
for a node with an input port of type Generic Port.
Implements Alex Smola and Bernhard Scholkopf's sequential minimal optimization algorithm for training a support vector regression model.
SVMreg implements the support vector machine for regression.
Learns a simple linear regression model.
Classifier for building linear logistic regression models.
Implementation of the voted perceptron algorithm by Freund and Schapire.
Implements Winnow and Balanced Winnow algorithms by Littlestone.
Nearest-neighbour classifier.
K-nearest neighbours classifier.
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 […]
Lazy Bayesian Rules Classifier.