Class BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry (2.4.0)

public sealed class ConfidenceMetricsEntry : IMessage<BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry>, IEquatable<BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry>, IDeepCloneable<BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry>, IBufferMessage, IMessage

Metrics for a single confidence threshold.

Inheritance

Object > BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry

Namespace

Google.Cloud.AutoML.V1

Assembly

Google.Cloud.AutoML.V1.dll

Constructors

ConfidenceMetricsEntry()

public ConfidenceMetricsEntry()

ConfidenceMetricsEntry(BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry)

public ConfidenceMetricsEntry(BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry other)
Parameter
NameDescription
otherBoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry

Properties

ConfidenceThreshold

public float ConfidenceThreshold { get; set; }

Output only. The confidence threshold value used to compute the metrics.

Property Value
TypeDescription
Single

F1Score

public float F1Score { get; set; }

Output only. The harmonic mean of recall and precision.

Property Value
TypeDescription
Single

Precision

public float Precision { get; set; }

Output only. Precision under the given confidence threshold.

Property Value
TypeDescription
Single

Recall

public float Recall { get; set; }

Output only. Recall under the given confidence threshold.

Property Value
TypeDescription
Single