normDis_pmml: Function to generate PMML element that using 'NormDiscrete'

Description Usage Arguments Value

Description

Function to generate PMML element that using 'NormDiscrete'

Usage

1
2
normDis_pmml(featureName, featureLevel = c(0, 1),
  newFieldName = featureName, purpose = "miss")

Arguments

featureName

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

featureLevel

Vector of float numbers representing levels of a categorical variable.

newFieldName

String of characters indicating origin of transformed features.

purpose

String of characters indicating purpose of the transformation.

Value

PMML element 'DerivedField' with transformation 'NormDiscrete'


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