| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
LogitMetric |
LogitMetric.clone() |
LogitMetric |
LogitMetric.withVariableImportance(Float variableImportance)
The relative importance of the variable.
|
LogitMetric |
LogitMetric.withVariableName(String variableName)
The name of the variable.
|
LogitMetric |
LogitMetric.withVariableType(String variableType)
The type of variable.
|
| Modifier and Type | Method and Description |
|---|---|
List<LogitMetric> |
VariableImportanceMetrics.getLogitMetrics()
List of variable metrics.
|
| Modifier and Type | Method and Description |
|---|---|
VariableImportanceMetrics |
VariableImportanceMetrics.withLogitMetrics(LogitMetric... logitMetrics)
List of variable metrics.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VariableImportanceMetrics.setLogitMetrics(Collection<LogitMetric> logitMetrics)
List of variable metrics.
|
VariableImportanceMetrics |
VariableImportanceMetrics.withLogitMetrics(Collection<LogitMetric> logitMetrics)
List of variable metrics.
|
Copyright © 2021. All rights reserved.