Class BoundingBoxMetricsEntry (3.0.0)

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

Bounding box matching model metrics for a single intersection-over-union threshold and multiple label match confidence thresholds.

Inheritance

Object > BoundingBoxMetricsEntry

Namespace

Google.Cloud.AutoML.V1

Assembly

Google.Cloud.AutoML.V1.dll

Constructors

BoundingBoxMetricsEntry()

public BoundingBoxMetricsEntry()

BoundingBoxMetricsEntry(BoundingBoxMetricsEntry)

public BoundingBoxMetricsEntry(BoundingBoxMetricsEntry other)
Parameter
NameDescription
otherBoundingBoxMetricsEntry

Properties

ConfidenceMetricsEntries

public RepeatedField<BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry> ConfidenceMetricsEntries { get; }

Output only. Metrics for each label-match confidence_threshold from 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99. Precision-recall curve is derived from them.

Property Value
TypeDescription
RepeatedField<BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry>

IouThreshold

public float IouThreshold { get; set; }

Output only. The intersection-over-union threshold value used to compute this metrics entry.

Property Value
TypeDescription
Single

MeanAveragePrecision

public float MeanAveragePrecision { get; set; }

Output only. The mean average precision, most often close to au_prc.

Property Value
TypeDescription
Single