Usage
## S3 method for class 'ksvm':
pmml(model, model.name="SVM_model", app.name="Rattle/PMML",
description="Support Vector Machine PMML Model", copyright=NULL,
transforms=NULL, dataset=NULL, weights=NULL, \dots)Arguments
dataset
the original dataset used to train the SVM
model in ksvm - required since the ksvm object does not appear to
record information about the used categorical variables.
model.name
a name to give to the model in the PMML.
app.name
the name of the application that generated the PMML.
description
a descriptive text for the header of the PMML.
copyright
the copyright notice for the model.
transforms
a coded list of transforms performed.
weights
the weights used for building the model.
...
further arguments passed to or from other methods.