trans_pmml: Return entire 'LocalTransformation' element in a PMML file

Description Usage Arguments Value

Description

Generate 'LocalTransformation' element in a PMML file by calling 'normCon_xml()' and 'normDis_pmml()' respectively.

Usage

1
2
trans_pmml(featureNames, transTypes, transPurposes, transParams1, transParams2,
  newFieldNames = featureNames)

Arguments

featureNames

String of characters indicating the variable that is to be transformed.

transTypes

String of characters indicating type of transformation, "continuous" or "discrete".

transPurposes

String of characters indicating purpose of the transformation.

transParams1

Parameters pass to 'normCon_pmml' and 'normDis_pmml'.

transParams2

Parameters pass to 'normCon_pmml'

newFieldNames

String of characters indicating origin of transformed features.

Value

PMML element 'LocalTransformation'.


hongqi0314/PRAuto.PMML documentation built on May 6, 2019, 11:30 a.m.