| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
LogOddsMetric |
LogOddsMetric.clone() |
LogOddsMetric |
LogOddsMetric.withVariableImportance(Float variableImportance)
The relative importance of the variable.
|
LogOddsMetric |
LogOddsMetric.withVariableName(String variableName)
The name of the variable.
|
LogOddsMetric |
LogOddsMetric.withVariableType(String variableType)
The type of variable.
|
| Modifier and Type | Method and Description |
|---|---|
List<LogOddsMetric> |
VariableImportanceMetrics.getLogOddsMetrics()
List of variable metrics.
|
| Modifier and Type | Method and Description |
|---|---|
VariableImportanceMetrics |
VariableImportanceMetrics.withLogOddsMetrics(LogOddsMetric... logOddsMetrics)
List of variable metrics.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VariableImportanceMetrics.setLogOddsMetrics(Collection<LogOddsMetric> logOddsMetrics)
List of variable metrics.
|
VariableImportanceMetrics |
VariableImportanceMetrics.withLogOddsMetrics(Collection<LogOddsMetric> logOddsMetrics)
List of variable metrics.
|
Copyright © 2025. All rights reserved.