public sealed class BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry : IMessage<BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry>, IEquatable<BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry>, IDeepCloneable<BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry.
Metrics for a single confidence threshold.
Implements
IMessageBoundingBoxMetricsEntryTypesConfidenceMetricsEntry, IEquatableBoundingBoxMetricsEntryTypesConfidenceMetricsEntry, IDeepCloneableBoundingBoxMetricsEntryTypesConfidenceMetricsEntry, IBufferMessage, IMessageNamespace
Google.Cloud.AutoML.V1Assembly
Google.Cloud.AutoML.V1.dll
Constructors
ConfidenceMetricsEntry()
public ConfidenceMetricsEntry()
ConfidenceMetricsEntry(ConfidenceMetricsEntry)
public ConfidenceMetricsEntry(BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry other)
Parameter | |
---|---|
Name | Description |
other |
BoundingBoxMetricsEntryTypesConfidenceMetricsEntry |
Properties
ConfidenceThreshold
public float ConfidenceThreshold { get; set; }
Output only. The confidence threshold value used to compute the metrics.
Property Value | |
---|---|
Type | Description |
float |
F1Score
public float F1Score { get; set; }
Output only. The harmonic mean of recall and precision.
Property Value | |
---|---|
Type | Description |
float |
Precision
public float Precision { get; set; }
Output only. Precision under the given confidence threshold.
Property Value | |
---|---|
Type | Description |
float |
Recall
public float Recall { get; set; }
Output only. Recall under the given confidence threshold.
Property Value | |
---|---|
Type | Description |
float |