pmmltoc {pmml} | R Documentation |
This is a dummy function that does nothing. Plugins for Rattle are starting to appear which implement this for specific environments. This is experimental.
pmmltoc(p, name=NULL, includePMML=TRUE, includeMetaData=TRUE, exportClass=TRUE)
p |
pmml. |
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. |
pmml
.