Skip to content

/AWS1/CL_FDTVARIABLEIMPACTEX00

The details of the event variable's impact on the prediction score.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_eventvariablename TYPE /AWS1/FDTSTRING /AWS1/FDTSTRING

The event variable name.

iv_relativeimpact TYPE /AWS1/FDTSTRING /AWS1/FDTSTRING

The event variable's relative impact in terms of magnitude on the prediction scores. The relative impact values consist of a numerical rating (0-5, 5 being the highest) and direction (increased/decreased) impact of the fraud risk.

iv_logoddsimpact TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING

The raw, uninterpreted value represented as log-odds of the fraud. These values are usually between -10 to +10, but range from - infinity to + infinity.

  • A positive value indicates that the variable drove the risk score up.

  • A negative value indicates that the variable drove the risk score down.


Queryable Attributes

eventVariableName

The event variable name.

Accessible with the following methods

Method Description
GET_EVENTVARIABLENAME() Getter for EVENTVARIABLENAME, with configurable default
ASK_EVENTVARIABLENAME() Getter for EVENTVARIABLENAME w/ exceptions if field has no v
HAS_EVENTVARIABLENAME() Determine if EVENTVARIABLENAME has a value

relativeImpact

The event variable's relative impact in terms of magnitude on the prediction scores. The relative impact values consist of a numerical rating (0-5, 5 being the highest) and direction (increased/decreased) impact of the fraud risk.

Accessible with the following methods

Method Description
GET_RELATIVEIMPACT() Getter for RELATIVEIMPACT, with configurable default
ASK_RELATIVEIMPACT() Getter for RELATIVEIMPACT w/ exceptions if field has no valu
HAS_RELATIVEIMPACT() Determine if RELATIVEIMPACT has a value

logOddsImpact

The raw, uninterpreted value represented as log-odds of the fraud. These values are usually between -10 to +10, but range from - infinity to + infinity.

  • A positive value indicates that the variable drove the risk score up.

  • A negative value indicates that the variable drove the risk score down.

Accessible with the following methods

Method Description
GET_LOGODDSIMPACT() Getter for LOGODDSIMPACT, with configurable default
ASK_LOGODDSIMPACT() Getter for LOGODDSIMPACT w/ exceptions if field has no value
STR_LOGODDSIMPACT() String format for LOGODDSIMPACT, with configurable default
HAS_LOGODDSIMPACT() Determine if LOGODDSIMPACT has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_LSTOFVARIABLEIMPACTEXPLAN00

TYPES TT_LSTOFVARIABLEIMPACTEXPLAN00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_FDTVARIABLEIMPACTEX00 WITH DEFAULT KEY
.