Decorates a "randomForest" object with PMML conversion options.
# S3 method for randomForest
decorate(x, compact = FALSE, ...)A "randomForest" object.
A flag controlling if decision trees should be transformed from binary splits (FALSE) to multi-way splits (TRUE) representation.
Arguments to pass on to the "decorate.default" function.