public static interface TFIMetricDataPoint.Builder extends SdkPojo, CopyableBuilder<TFIMetricDataPoint.Builder,TFIMetricDataPoint>
| Modifier and Type | Method and Description |
|---|---|
TFIMetricDataPoint.Builder |
fpr(Float fpr)
The false positive rate.
|
TFIMetricDataPoint.Builder |
precision(Float precision)
The percentage of fraud events correctly predicted as fraudulent as compared to all events predicted as
fraudulent.
|
TFIMetricDataPoint.Builder |
threshold(Float threshold)
The model threshold that specifies an acceptable fraud capture rate.
|
TFIMetricDataPoint.Builder |
tpr(Float tpr)
The true positive rate.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTFIMetricDataPoint.Builder fpr(Float fpr)
The false positive rate. This is the percentage of total legitimate events that are incorrectly predicted as fraud.
fpr - The false positive rate. This is the percentage of total legitimate events that are incorrectly
predicted as fraud.TFIMetricDataPoint.Builder precision(Float precision)
The percentage of fraud events correctly predicted as fraudulent as compared to all events predicted as fraudulent.
precision - The percentage of fraud events correctly predicted as fraudulent as compared to all events predicted
as fraudulent.TFIMetricDataPoint.Builder tpr(Float tpr)
The true positive rate. This is the percentage of total fraud the model detects. Also known as capture rate.
tpr - The true positive rate. This is the percentage of total fraud the model detects. Also known as capture
rate.TFIMetricDataPoint.Builder threshold(Float threshold)
The model threshold that specifies an acceptable fraud capture rate. For example, a threshold of 500 means any model score 500 or above is labeled as fraud.
threshold - The model threshold that specifies an acceptable fraud capture rate. For example, a threshold of 500
means any model score 500 or above is labeled as fraud.Copyright © 2023. All rights reserved.