R interface functions to Weka classifiers are created by
make_Weka_classifier, and have formals formula,
data, subset, na.action, and control
(default: none), where the first four have the
Objects created by these interfaces always inherit from class
Weka_classifier, and have at least suitable print,
summary (via evaluate_Weka_classifier), and
predict methods.