class |
ANN_MLP |
Artificial Neural Networks - Multi-Layer Perceptrons.
|
class |
Boost |
Boosted tree classifier derived from DTrees
SEE: REF: ml_intro_boost
|
class |
DTrees |
The class represents a single decision tree or a collection of decision trees.
|
class |
EM |
The class implements the Expectation Maximization algorithm.
|
class |
KNearest |
The class implements K-Nearest Neighbors model
SEE: REF: ml_intro_knn
|
class |
LogisticRegression |
Implements Logistic Regression classifier.
|
class |
NormalBayesClassifier |
Bayes classifier for normally distributed data.
|
class |
RTrees |
The class implements the random forest predictor.
|
class |
SVM |
Support Vector Machines.
|
class |
SVMSGD |
*************************************************************************************\
Stochastic Gradient Descent SVM Classifier *
\***************************************************************************************
|