Icon

functions

This category contains 16 nodes.

SimpleLogistic Deprecated

Classifier for building linear logistic regression models.

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.

VotedPerceptron Deprecated

Implementation of the voted perceptron algorithm by Freund and Schapire.

Winnow Deprecated

Implements Winnow and Balanced Winnow algorithms by Littlestone.