pmmltoc {pmml}R Documentation

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

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.

Author(s)

Graham.Williams@togaware.com

See Also

pmml.


[Package pmml version 1.4.2 Index]