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