| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
AggregatedVariablesImpactExplanation |
AggregatedVariablesImpactExplanation.clone() |
AggregatedVariablesImpactExplanation |
AggregatedVariablesImpactExplanation.withEventVariableNames(Collection<String> eventVariableNames)
The names of all the event variables that were used to derive the aggregated variables.
|
AggregatedVariablesImpactExplanation |
AggregatedVariablesImpactExplanation.withEventVariableNames(String... eventVariableNames)
The names of all the event variables that were used to derive the aggregated variables.
|
AggregatedVariablesImpactExplanation |
AggregatedVariablesImpactExplanation.withLogOddsImpact(Float logOddsImpact)
The raw, uninterpreted value represented as log-odds of the fraud.
|
AggregatedVariablesImpactExplanation |
AggregatedVariablesImpactExplanation.withRelativeImpact(String relativeImpact)
The relative impact of the aggregated variables in terms of magnitude on the prediction scores.
|
| Modifier and Type | Method and Description |
|---|---|
List<AggregatedVariablesImpactExplanation> |
PredictionExplanations.getAggregatedVariablesImpactExplanations()
The details of the aggregated variables impact on the prediction score.
|
| Modifier and Type | Method and Description |
|---|---|
PredictionExplanations |
PredictionExplanations.withAggregatedVariablesImpactExplanations(AggregatedVariablesImpactExplanation... aggregatedVariablesImpactExplanations)
The details of the aggregated variables impact on the prediction score.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PredictionExplanations.setAggregatedVariablesImpactExplanations(Collection<AggregatedVariablesImpactExplanation> aggregatedVariablesImpactExplanations)
The details of the aggregated variables impact on the prediction score.
|
PredictionExplanations |
PredictionExplanations.withAggregatedVariablesImpactExplanations(Collection<AggregatedVariablesImpactExplanation> aggregatedVariablesImpactExplanations)
The details of the aggregated variables impact on the prediction score.
|
Copyright © 2024. All rights reserved.