| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
VariableImpactExplanation |
VariableImpactExplanation.clone() |
VariableImpactExplanation |
VariableImpactExplanation.withEventVariableName(String eventVariableName)
The event variable name.
|
VariableImpactExplanation |
VariableImpactExplanation.withLogOddsImpact(Float logOddsImpact)
The raw, uninterpreted value represented as log-odds of the fraud.
|
VariableImpactExplanation |
VariableImpactExplanation.withRelativeImpact(String relativeImpact)
The event variable's relative impact in terms of magnitude on the prediction scores.
|
| Modifier and Type | Method and Description |
|---|---|
List<VariableImpactExplanation> |
PredictionExplanations.getVariableImpactExplanations()
The details of the event variable's impact on the prediction score.
|
| Modifier and Type | Method and Description |
|---|---|
PredictionExplanations |
PredictionExplanations.withVariableImpactExplanations(VariableImpactExplanation... variableImpactExplanations)
The details of the event variable's impact on the prediction score.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PredictionExplanations.setVariableImpactExplanations(Collection<VariableImpactExplanation> variableImpactExplanations)
The details of the event variable's impact on the prediction score.
|
PredictionExplanations |
PredictionExplanations.withVariableImpactExplanations(Collection<VariableImpactExplanation> variableImpactExplanations)
The details of the event variable's impact on the prediction score.
|
Copyright © 2022. All rights reserved.