Learn R Programming

r2pmml (version 0.31.0)

decorate.train: Decorates the final model of a "train" object with model type-dependent elements.

Description

Decorates the final model of a "train" object with model type-dependent elements.

Usage

# S3 method for train
decorate(x, ...)

Arguments

x

A "train" object.

...

Arguments to pass on to the "decorate.default" function.