Uses of Class
Classifier

Uses of Classifier in <Unnamed>
 

Subclasses of Classifier in <Unnamed>
 class DecisionStump
          The DecisionStump class implements a 1-level decision tree
 class DecisionTree
          Implements a simple decision tree classifier with no pruning.
 class NaiveBayes
          The NaiveBayes class implements the naive Bayes classification algorithm (i.e.
 class OneRClassifier
          The OneRClassifier class implements the 1R classification algorithm