decorate.svm.formula {r2pmml} | R Documentation |
Decorates a "svm.formula" object with an "xlevels" element.
Description
Decorates a "svm.formula" object with an "xlevels" element.
Usage
## S3 method for class 'svm.formula'
decorate(x, data, ...)
Arguments
x |
A "svm.formula" object. |
data |
The training dataset. |
... |
Arguments to pass on to the "decorate.default" function. |
[Package r2pmml version 0.28.0 Index]