RWeka (version 0.1-0)

predict_Weka_classifier: Model Predictions for R/Weka Classifiers

Description

Predicted values based on fitted Weka classifier models.

Usage

## S3 method for class 'Weka_classifier':
predict(object, newdata = NULL, ...)

Arguments

object
an object of class inheriting from Weka_classifier.
newdata
an optional data frame in which to look for variables with which to predict. If omitted or NULL, the training instances are used.
...
further arguments passed to or from other methods.