public static interface VariableImpactExplanation.Builder extends SdkPojo, CopyableBuilder<VariableImpactExplanation.Builder,VariableImpactExplanation>
| Modifier and Type | Method and Description |
|---|---|
VariableImpactExplanation.Builder |
eventVariableName(String eventVariableName)
The event variable name.
|
VariableImpactExplanation.Builder |
logOddsImpact(Float logOddsImpact)
The raw, uninterpreted value represented as log-odds of the fraud.
|
VariableImpactExplanation.Builder |
relativeImpact(String relativeImpact)
The event variable's relative impact in terms of magnitude on the prediction scores.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVariableImpactExplanation.Builder eventVariableName(String eventVariableName)
The event variable name.
eventVariableName - The event variable name.VariableImpactExplanation.Builder relativeImpact(String 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.
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.VariableImpactExplanation.Builder logOddsImpact(Float 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.
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.
Copyright © 2022. All rights reserved.