pmmltoc: Generate C code from a PMML object - dummy function
Description
This is a dummy function that does nothing. Plugins for Rattle are
starting to appear which implement this for specific
environments. This is experimental.Usage
pmmltoc(p, name=NULL, includePMML=TRUE, includeMetaData=TRUE, exportClass=TRUE)
Arguments
name
a name to give to the model in the C code.
includePMML
include the actual PMML as comments.
includeMetaData
include model information as comments.
exportClass
whether to export class or probability.