Class GoogleCloudDatalabelingV1beta1PrCurve
Implements
Inherited Members
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1beta1PrCurve : IDirectResponseSchema
Properties
AnnotationSpec
The annotation spec of the label for which the precision-recall curve calculated. If this field is empty, that means the precision-recall curve is an aggregate curve for all labels.
Declaration
[JsonProperty("annotationSpec")]
public virtual GoogleCloudDatalabelingV1beta1AnnotationSpec AnnotationSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatalabelingV1beta1AnnotationSpec |
AreaUnderCurve
Area under the precision-recall curve. Not to be confused with area under a receiver operating characteristic (ROC) curve.
Declaration
[JsonProperty("areaUnderCurve")]
public virtual float? AreaUnderCurve { get; set; }
Property Value
Type | Description |
---|---|
float? |
ConfidenceMetricsEntries
Entries that make up the precision-recall graph. Each entry is a "point" on the graph drawn for a different
confidence_threshold
.
Declaration
[JsonProperty("confidenceMetricsEntries")]
public virtual IList<GoogleCloudDatalabelingV1beta1ConfidenceMetricsEntry> ConfidenceMetricsEntries { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDatalabelingV1beta1ConfidenceMetricsEntry> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MeanAveragePrecision
Mean average prcision of this curve.
Declaration
[JsonProperty("meanAveragePrecision")]
public virtual float? MeanAveragePrecision { get; set; }
Property Value
Type | Description |
---|---|
float? |