Description Usage Arguments Value
Generate 'LocalTransformation' element in a PMML file by calling 'normCon_xml()' and 'normDis_pmml()' respectively.
1 2  | trans_pmml(featureNames, transTypes, transPurposes, transParams1, transParams2,
  newFieldNames = featureNames)
 | 
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.  | 
PMML element 'LocalTransformation'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.