decorate.train {r2pmml} | R Documentation |
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 class 'train'
decorate(x, ...)
Arguments
x |
A "train" object. |
... |
Arguments to pass on to the "decorate.default" function. |
[Package r2pmml version 0.28.0 Index]