| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
OFIMetricDataPoint |
OFIMetricDataPoint.clone() |
OFIMetricDataPoint |
OFIMetricDataPoint.withFpr(Float fpr)
The false positive rate.
|
OFIMetricDataPoint |
OFIMetricDataPoint.withPrecision(Float precision)
The percentage of fraud events correctly predicted as fraudulent as compared to all events predicted as
fraudulent.
|
OFIMetricDataPoint |
OFIMetricDataPoint.withThreshold(Float threshold)
The model threshold that specifies an acceptable fraud capture rate.
|
OFIMetricDataPoint |
OFIMetricDataPoint.withTpr(Float tpr)
The true positive rate.
|
| Modifier and Type | Method and Description |
|---|---|
List<OFIMetricDataPoint> |
OFITrainingMetricsValue.getMetricDataPoints()
The model's performance metrics data points.
|
| Modifier and Type | Method and Description |
|---|---|
OFITrainingMetricsValue |
OFITrainingMetricsValue.withMetricDataPoints(OFIMetricDataPoint... metricDataPoints)
The model's performance metrics data points.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OFITrainingMetricsValue.setMetricDataPoints(Collection<OFIMetricDataPoint> metricDataPoints)
The model's performance metrics data points.
|
OFITrainingMetricsValue |
OFITrainingMetricsValue.withMetricDataPoints(Collection<OFIMetricDataPoint> metricDataPoints)
The model's performance metrics data points.
|
Copyright © 2024. All rights reserved.