| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
OFIModelPerformance |
OFIModelPerformance.clone() |
OFIModelPerformance |
OFITrainingMetricsValue.getModelPerformance()
The model's overall performance score.
|
OFIModelPerformance |
OFIModelPerformance.withAuc(Float auc)
The area under the curve (auc).
|
OFIModelPerformance |
OFIModelPerformance.withUncertaintyRange(UncertaintyRange uncertaintyRange)
Indicates the range of area under curve (auc) expected from the OFI model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OFITrainingMetricsValue.setModelPerformance(OFIModelPerformance modelPerformance)
The model's overall performance score.
|
OFITrainingMetricsValue |
OFITrainingMetricsValue.withModelPerformance(OFIModelPerformance modelPerformance)
The model's overall performance score.
|
Copyright © 2024. All rights reserved.