public static interface PrCurve.ConfidenceMetricsEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getConfidenceThreshold()
Threshold used for this entry, for example, IoU threshold for bounding
box problem, or detection threshold for classification.
|
float |
getF1Score()
Harmonic mean of recall and precision.
|
float |
getF1ScoreAt1()
The harmonic mean of
[recall_at1][google.cloud.datalabeling.v1beta1.PrCurve.ConfidenceMetricsEntry.recall_at1]
and
[precision_at1][google.cloud.datalabeling.v1beta1.PrCurve.ConfidenceMetricsEntry.precision_at1].
|
float |
getF1ScoreAt5()
The harmonic mean of
[recall_at5][google.cloud.datalabeling.v1beta1.PrCurve.ConfidenceMetricsEntry.recall_at5]
and
[precision_at5][google.cloud.datalabeling.v1beta1.PrCurve.ConfidenceMetricsEntry.precision_at5].
|
float |
getPrecision()
Precision value.
|
float |
getPrecisionAt1()
Precision value for entries with label that has highest score.
|
float |
getPrecisionAt5()
Precision value for entries with label that has highest 5 scores.
|
float |
getRecall()
Recall value.
|
float |
getRecallAt1()
Recall value for entries with label that has highest score.
|
float |
getRecallAt5()
Recall value for entries with label that has highest 5 scores.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffloat getConfidenceThreshold()
Threshold used for this entry, for example, IoU threshold for bounding box problem, or detection threshold for classification.
float confidence_threshold = 1;float getRecall()
Recall value.
float recall = 2;float getPrecision()
Precision value.
float precision = 3;float getF1Score()
Harmonic mean of recall and precision.
float f1_score = 4;float getRecallAt1()
Recall value for entries with label that has highest score.
float recall_at1 = 5;float getPrecisionAt1()
Precision value for entries with label that has highest score.
float precision_at1 = 6;float getF1ScoreAt1()
The harmonic mean of [recall_at1][google.cloud.datalabeling.v1beta1.PrCurve.ConfidenceMetricsEntry.recall_at1] and [precision_at1][google.cloud.datalabeling.v1beta1.PrCurve.ConfidenceMetricsEntry.precision_at1].
float f1_score_at1 = 7;float getRecallAt5()
Recall value for entries with label that has highest 5 scores.
float recall_at5 = 8;float getPrecisionAt5()
Precision value for entries with label that has highest 5 scores.
float precision_at5 = 9;float getF1ScoreAt5()
The harmonic mean of [recall_at5][google.cloud.datalabeling.v1beta1.PrCurve.ConfidenceMetricsEntry.recall_at5] and [precision_at5][google.cloud.datalabeling.v1beta1.PrCurve.ConfidenceMetricsEntry.precision_at5].
float f1_score_at5 = 10;Copyright © 2019 Google LLC. All rights reserved.