Data Mining Algorithms In R/Packages/RWeka/Weka control

Description

Set control options for Weka learners.

Usage

Weka_control(...)

Arguments

Arguments of control options.

Details

The available options for a Weka learner, foo() say, can be queried by WOW(foo) and then conveniently set by Weka_control().

Value

A list of class Weka_control which can be coerced to character for passing it to Weka.

Example

   J48(Species ~ ., data = iris)
   J48(Species ~ ., data = iris, control = Weka_control(R =            TRUE, M = 5))
Last modified on 6 November 2010, at 19:19