Learn R Programming

pmml (version 1.3)

pmmlLocalTransformations: Handle transforms for pmml export.

Description

Generate and return a LocalTransformations element.

Usage

pmmlLocalTransformations(field, transforms=NULL, LTelement=NULL)

Arguments

field
field$name is a vector of strings, and includes target; field$class is indexed by fields$name.
transforms
transforms.
LTelement
local transform element.

Details

Generate and return a LocalTransformations element that incldues each supplied field.

References

PMML home page: http://www.dmg.org

See Also

pmml.