| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
AggregatedLogOddsMetric |
AggregatedLogOddsMetric.clone() |
AggregatedLogOddsMetric |
AggregatedLogOddsMetric.withAggregatedVariablesImportance(Float aggregatedVariablesImportance)
The relative importance of the variables in the list to the other event variable.
|
AggregatedLogOddsMetric |
AggregatedLogOddsMetric.withVariableNames(Collection<String> variableNames)
The names of all the variables.
|
AggregatedLogOddsMetric |
AggregatedLogOddsMetric.withVariableNames(String... variableNames)
The names of all the variables.
|
| Modifier and Type | Method and Description |
|---|---|
List<AggregatedLogOddsMetric> |
AggregatedVariablesImportanceMetrics.getLogOddsMetrics()
List of variables' metrics.
|
| Modifier and Type | Method and Description |
|---|---|
AggregatedVariablesImportanceMetrics |
AggregatedVariablesImportanceMetrics.withLogOddsMetrics(AggregatedLogOddsMetric... logOddsMetrics)
List of variables' metrics.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AggregatedVariablesImportanceMetrics.setLogOddsMetrics(Collection<AggregatedLogOddsMetric> logOddsMetrics)
List of variables' metrics.
|
AggregatedVariablesImportanceMetrics |
AggregatedVariablesImportanceMetrics.withLogOddsMetrics(Collection<AggregatedLogOddsMetric> logOddsMetrics)
List of variables' metrics.
|
Copyright © 2024. All rights reserved.