public static interface AggregatedVariablesImpactExplanation.Builder extends SdkPojo, CopyableBuilder<AggregatedVariablesImpactExplanation.Builder,AggregatedVariablesImpactExplanation>
| Modifier and Type | Method and Description |
|---|---|
AggregatedVariablesImpactExplanation.Builder |
eventVariableNames(Collection<String> eventVariableNames)
The names of all the event variables that were used to derive the aggregated variables.
|
AggregatedVariablesImpactExplanation.Builder |
eventVariableNames(String... eventVariableNames)
The names of all the event variables that were used to derive the aggregated variables.
|
AggregatedVariablesImpactExplanation.Builder |
logOddsImpact(Float logOddsImpact)
The raw, uninterpreted value represented as log-odds of the fraud.
|
AggregatedVariablesImpactExplanation.Builder |
relativeImpact(String relativeImpact)
The relative impact of the aggregated variables in terms of magnitude on the prediction scores.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAggregatedVariablesImpactExplanation.Builder eventVariableNames(Collection<String> eventVariableNames)
The names of all the event variables that were used to derive the aggregated variables.
eventVariableNames - The names of all the event variables that were used to derive the aggregated variables.AggregatedVariablesImpactExplanation.Builder eventVariableNames(String... eventVariableNames)
The names of all the event variables that were used to derive the aggregated variables.
eventVariableNames - The names of all the event variables that were used to derive the aggregated variables.AggregatedVariablesImpactExplanation.Builder relativeImpact(String relativeImpact)
The relative impact of the aggregated variables in terms of magnitude on the prediction scores.
relativeImpact - The relative impact of the aggregated variables in terms of magnitude on the prediction scores.AggregatedVariablesImpactExplanation.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 variables drove the risk score up.
A negative value indicates that the variables 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 variables drove the risk score up.
A negative value indicates that the variables drove the risk score down.
Copyright © 2023. All rights reserved.