Usage
pmml(model, model.name="Rattle_Model", app.name="Rattle/PMML",
description=NULL, copyright=NULL, transforms=NULL, dataset=NULL, ...)
Arguments
model
an object to be converted to PMML.
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.
dataset
the orginal training dataset, if available.
...
further arguments passed to or from other methods.