normCon_pmml: Function to generate PMML element that using 'NormContinuous'

Description Usage Arguments Value

Description

Function to generate PMML element that using 'NormContinuous'

Usage

1
2
normCon_pmml(featureName, featureRange, innerKnots = featureRange,
  newFieldName = featureName, purpose = "norm")

Arguments

featureName

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

featureRange

Vector of two float numbers indicating range of the variable to be normalized.

innerKnots

Vector of float numbers representing critical values to generate bins, output of running 'smbinning'.

newFieldName

String of characters indicating origin of transformed features.

purpose

String of characters indicating purpose of the transformation.

Value

PMML element 'DerivedField' with transformation 'NormContinuous'


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