Data Mining Algorithms In R/Packages/RWeka/Weka control
Description
editSet control options for Weka learners.
Usage
editWeka_control(...)
Arguments
editArguments of control options.
Details
editThe available options for a Weka learner, foo() say, can be queried by WOW(foo) and then conveniently set by Weka_control().
Value
editA list of class Weka_control which can be coerced to character for passing it to Weka.
Example
editJ48(Species ~ ., data = iris) J48(Species ~ ., data = iris, control = Weka_control(R = TRUE, M = 5))