| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
static OFIMetricDataPoint.Builder |
OFIMetricDataPoint.builder() |
OFIMetricDataPoint.Builder |
OFIMetricDataPoint.Builder.fpr(Float fpr)
The false positive rate.
|
OFIMetricDataPoint.Builder |
OFIMetricDataPoint.Builder.precision(Float precision)
The percentage of fraud events correctly predicted as fraudulent as compared to all events predicted as
fraudulent.
|
OFIMetricDataPoint.Builder |
OFIMetricDataPoint.Builder.threshold(Float threshold)
The model threshold that specifies an acceptable fraud capture rate.
|
OFIMetricDataPoint.Builder |
OFIMetricDataPoint.toBuilder() |
OFIMetricDataPoint.Builder |
OFIMetricDataPoint.Builder.tpr(Float tpr)
The true positive rate.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OFIMetricDataPoint.Builder> |
OFIMetricDataPoint.serializableBuilderClass() |
Copyright © 2023. All rights reserved.