| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
UncertaintyRange |
UncertaintyRange.clone() |
UncertaintyRange |
OFIModelPerformance.getUncertaintyRange()
Indicates the range of area under curve (auc) expected from the OFI model.
|
UncertaintyRange |
TFIModelPerformance.getUncertaintyRange()
Indicates the range of area under curve (auc) expected from the TFI model.
|
UncertaintyRange |
UncertaintyRange.withLowerBoundValue(Float lowerBoundValue)
The lower bound value of the area under curve (auc).
|
UncertaintyRange |
UncertaintyRange.withUpperBoundValue(Float upperBoundValue)
The upper bound value of the area under curve (auc).
|
| Modifier and Type | Method and Description |
|---|---|
void |
OFIModelPerformance.setUncertaintyRange(UncertaintyRange uncertaintyRange)
Indicates the range of area under curve (auc) expected from the OFI model.
|
void |
TFIModelPerformance.setUncertaintyRange(UncertaintyRange uncertaintyRange)
Indicates the range of area under curve (auc) expected from the TFI model.
|
OFIModelPerformance |
OFIModelPerformance.withUncertaintyRange(UncertaintyRange uncertaintyRange)
Indicates the range of area under curve (auc) expected from the OFI model.
|
TFIModelPerformance |
TFIModelPerformance.withUncertaintyRange(UncertaintyRange uncertaintyRange)
Indicates the range of area under curve (auc) expected from the TFI model.
|
Copyright © 2025. All rights reserved.