There are 5696 nodes that can be used as predessesor
for a node with an input port of type Generic Port.
Implements John Platt's sequential minimal optimization algorithm for training a support vector classifier. This implementation globally replaces all […]
SMOreg implements the support vector machine for regression
Implements the stochastic variant of the Pegasos (Primal Estimated sub-GrAdient SOlver for SVM) method of Shalev-Shwartz et al
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. For more information, see N
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 determined by […]