Class BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry
Metrics for a single confidence threshold.
Inheritance
System.Object
BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry
Implements
System.IEquatable<BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry>
Google.Protobuf.IBufferMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.AutoML.V1
Assembly: Google.Cloud.AutoML.V1.dll
Syntax
public sealed class ConfidenceMetricsEntry : IMessage<BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry>, IEquatable<BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry>, IDeepCloneable<BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry>, IBufferMessage, IMessage
Constructors
ConfidenceMetricsEntry()
Declaration
public ConfidenceMetricsEntry()
ConfidenceMetricsEntry(BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry)
Declaration
public ConfidenceMetricsEntry(BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry other)
Parameters
Type | Name | Description |
---|---|---|
BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry | other |
Properties
ConfidenceThreshold
Output only. The confidence threshold value used to compute the metrics.
Declaration
public float ConfidenceThreshold { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
F1Score
Output only. The harmonic mean of recall and precision.
Declaration
public float F1Score { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Precision
Output only. Precision under the given confidence threshold.
Declaration
public float Precision { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Recall
Output only. Recall under the given confidence threshold.
Declaration
public float Recall { get; set; }
Property Value
Type | Description |
---|---|
System.Single |