SMO (3.6) (legacy) 

Implements John Platt's sequential minimal optimization algorithm for training a support vector classifier. This implementation globally replaces all […]

SMO (3.7) 

Implements John Platt's sequential minimal optimization algorithm for training a support vector classifier. This implementation globally replaces all […]

SMO Deprecated

a sequential minimal optimization algorithm for training a SVM.

MinMaxExtension Deprecated

This class is an implementation of the minimal and maximal extension.

SimpleCART Deprecated

Class implementing minimal cost-complexity pruning.

SMO Regression Deprecated

A.Smola and B.Scholkopf's sequential minimal optimization algorithm for training a support vector regression model.

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.

HotSpot (3.7) 

HotSpot learns a set of rules (displayed in a tree-like structure) that maximize/minimize a target variable/value of interest

SimpleCart (3.7) 

Class implementing minimal cost-complexity pruning. Note when dealing with missing values, use "fractional instances" method instead of surrogate split […]