public sealed class ObjectDetectionMetrics : IMessage<ObjectDetectionMetrics>, IEquatable<ObjectDetectionMetrics>, IDeepCloneable<ObjectDetectionMetrics>, IBufferMessage, IMessage
Metrics calculated for an image object detection (bounding box) model.
Implements
IMessage<ObjectDetectionMetrics>, IEquatable<ObjectDetectionMetrics>, IDeepCloneable<ObjectDetectionMetrics>, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
ObjectDetectionMetrics()
public ObjectDetectionMetrics()
ObjectDetectionMetrics(ObjectDetectionMetrics)
public ObjectDetectionMetrics(ObjectDetectionMetrics other)
Parameter | |
---|---|
Name | Description |
other | ObjectDetectionMetrics |
Properties
PrCurve
public PrCurve PrCurve { get; set; }
Precision-recall curve.
Property Value | |
---|---|
Type | Description |
PrCurve |