KeyValueDetectionConfidenceEntry.Builder |
KeyValueDetectionConfidenceEntry.Builder.accuracy(Float accuracy) |
accuracy under the threshold
|
static KeyValueDetectionConfidenceEntry.Builder |
KeyValueDetectionConfidenceEntry.builder() |
Create a new builder.
|
KeyValueDetectionConfidenceEntry.Builder |
KeyValueDetectionConfidenceEntry.Builder.copy(KeyValueDetectionConfidenceEntry model) |
|
KeyValueDetectionConfidenceEntry.Builder |
KeyValueDetectionConfidenceEntry.Builder.f1Score(Float f1Score) |
f1Score under the threshold
|
KeyValueDetectionConfidenceEntry.Builder |
KeyValueDetectionConfidenceEntry.Builder.precision(Float precision) |
Precision under the threshold
|
KeyValueDetectionConfidenceEntry.Builder |
KeyValueDetectionConfidenceEntry.Builder.recall(Float recall) |
Recall under the threshold
|
KeyValueDetectionConfidenceEntry.Builder |
KeyValueDetectionConfidenceEntry.Builder.threshold(Float threshold) |
Threshold used to calculate precision and recall.
|
KeyValueDetectionConfidenceEntry.Builder |
KeyValueDetectionConfidenceEntry.toBuilder() |
|