Learn R Programming

⚠️There's a newer version (2.5.2) of this package.Take me there.

pmml (version 1.2.21)

Generate PMML for various models

Description

The Predictive Modelling Markup Language (PMML) is a language for representing models, in an application independent way. Such models can then be loaded into other applications supporting PMML, including ADAPA from Zementis, Teradata Warehouse Miner and IBM's DB2. The package provides a generic pmml function to generate pmml for an object. Using a S3 generic function the approriate method for the class of the supplied object is dispatched. The package currently supports the export of PMML for linear regression, SVMs, rpart classification trees, randomSurvivalForest forest models, and kmeans clusters. This package is part of the Rattle toolkit.

Copy Link

Version

Install

install.packages('pmml')

Monthly Downloads

2,308

Version

1.2.21

License

GPL (>= 2)

Maintainer

Graham Williams

Last Published

December 7th, 2009

Functions in pmml (1.2.21)

pmml.nnet

Generate PMML for a nnet object
pmml

Generate PMML for an R object
pmml.rsf

Generate PMML for a Random Survival Forest (rsf) object
pmml.lm

Generate PMML for an lm object
pmml.kmeans

Generate PMML for a kmeans object
pmml.hclust

Generate PMML for a hclust object
pmmlCanExport

Can this installation export PMML variables (particularly transforms).
pmmltoc

Generate C code from a PMML object - dummy function
pmml.rpart

Generate PMML for an rpart object
pmml.coxph

Generate PMML for a coxph object
pmml.rules

Generate PMML for arules objects
pmml.ksvm

Generate PMML for a ksvm object