Show / Hide Table of Contents

Class GoogleCloudDatalabelingV1beta1ConfidenceMetricsEntry

Inheritance
object
GoogleCloudDatalabelingV1beta1ConfidenceMetricsEntry
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1beta1ConfidenceMetricsEntry : IDirectResponseSchema

Properties

ConfidenceThreshold

Threshold used for this entry. For classification tasks, this is a classification threshold: a predicted label is categorized as positive or negative (in the context of this point on the PR curve) based on whether the label's score meets this threshold. For image object detection (bounding box) tasks, this is the intersection-over-union (IOU) threshold for the context of this point on the PR curve.

Declaration
[JsonProperty("confidenceThreshold")]
public virtual float? ConfidenceThreshold { get; set; }
Property Value
Type Description
float?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

F1Score

Harmonic mean of recall and precision.

Declaration
[JsonProperty("f1Score")]
public virtual float? F1Score { get; set; }
Property Value
Type Description
float?

F1ScoreAt1

The harmonic mean of recall_at1 and precision_at1.

Declaration
[JsonProperty("f1ScoreAt1")]
public virtual float? F1ScoreAt1 { get; set; }
Property Value
Type Description
float?

F1ScoreAt5

The harmonic mean of recall_at5 and precision_at5.

Declaration
[JsonProperty("f1ScoreAt5")]
public virtual float? F1ScoreAt5 { get; set; }
Property Value
Type Description
float?

Precision

Precision value.

Declaration
[JsonProperty("precision")]
public virtual float? Precision { get; set; }
Property Value
Type Description
float?

PrecisionAt1

Precision value for entries with label that has highest score.

Declaration
[JsonProperty("precisionAt1")]
public virtual float? PrecisionAt1 { get; set; }
Property Value
Type Description
float?

PrecisionAt5

Precision value for entries with label that has highest 5 scores.

Declaration
[JsonProperty("precisionAt5")]
public virtual float? PrecisionAt5 { get; set; }
Property Value
Type Description
float?

Recall

Recall value.

Declaration
[JsonProperty("recall")]
public virtual float? Recall { get; set; }
Property Value
Type Description
float?

RecallAt1

Recall value for entries with label that has highest score.

Declaration
[JsonProperty("recallAt1")]
public virtual float? RecallAt1 { get; set; }
Property Value
Type Description
float?

RecallAt5

Recall value for entries with label that has highest 5 scores.

Declaration
[JsonProperty("recallAt5")]
public virtual float? RecallAt5 { get; set; }
Property Value
Type Description
float?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX