CausataVariable: Creates an object of class CausataVariable for scoring in...

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Preprocessing steps are recorded in a CausataVariable object so they can be written to PMML and executed in Causata.

Usage

1
CausataVariable(variableName, values, causata.name=variableName)

Arguments

variableName

A character string containing the variable name.

values

An array of values for the variable, or a factor.

causata.name

A character string containing the variable name in a Causata format.

Details

The CausataVariable class is used to record preprocessing steps such as replacing outliers, binning, and replacing missing values. Typically CausataVariable is not called directly – instead it is called repeatedly by CausataData.

Value

An object of class CausataVariable is returned.

Author(s)

Justin Hemann <support@causata.com>

See Also

CausataData.

Examples

1
CausataVariable("variable.name__All.Past", c(1,2,3,4,5))

Causata documentation built on May 2, 2019, 3:26 a.m.