JRip(formula, data, subset, na.action, control = NULL)
M5Rules(formula, data, subset, na.action, control = NULL)
OneR(formula, data, subset, na.action, control = NULL)
PART(formula, data, subset, na.action, control = NULL)NAs.NULL
(default). Available options can be obtained on-line using the Weka
Option Wizard WOW, or the Weka documentation.Weka_rules and
Weka_classifiers with components includingjobjRef) to a Java object
obtained by applying the Weka buildClassifier method to build
the specified model using the given control options.classifyInstance method for the built classifier and
each instance).predict method for
predicting from the fitted models. JRip implements a propositional rule learner,
M5Rules generates a decision list for regression problems using
separate-and-conquer. In each iteration it builds an model tree using
M5 and makes the
OneR builds a simple 1-R classifier, see Holte (1993).
PART generates PART decision lists using the approach of Frank
and Witten (1998).
M. Hall, G. Holmes, and E. Frank (1999).
Generating rule sets from model trees.
Proceedings of the Twelfth Australian Joint Conference on
Artificial Intelligence, Sydney, Australia, pages 1--12.
Springer-Verlag.
R. C. Holte (1993). Very simple classification rules perform well on most commonly used datasets. Machine Learning, 11, 63--91.
I. H. Witten and Eibe Frank (2005). Data Mining: Practical Machine Learning Tools and Techniques. 2nd Edition, Morgan Kaufmann, San Francisco.