Show / Hide Table of Contents

Class ObjectDetectionMetrics

Metrics calculated for an image object detection (bounding box) model.

Inheritance
System.Object
ObjectDetectionMetrics
Implements
IMessage<ObjectDetectionMetrics>
System.IEquatable<ObjectDetectionMetrics>
IDeepCloneable<ObjectDetectionMetrics>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class ObjectDetectionMetrics : IMessage<ObjectDetectionMetrics>, IEquatable<ObjectDetectionMetrics>, IDeepCloneable<ObjectDetectionMetrics>, IBufferMessage, IMessage

Constructors

ObjectDetectionMetrics()

Declaration
public ObjectDetectionMetrics()

ObjectDetectionMetrics(ObjectDetectionMetrics)

Declaration
public ObjectDetectionMetrics(ObjectDetectionMetrics other)
Parameters
Type Name Description
ObjectDetectionMetrics other

Properties

PrCurve

Precision-recall curve.

Declaration
public PrCurve PrCurve { get; set; }
Property Value
Type Description
PrCurve
Back to top