Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class ObjectDetectionMetrics.
Metrics calculated for an image object detection (bounding box) model.
Generated from protobuf message google.cloud.datalabeling.v1beta1.ObjectDetectionMetrics
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ pr_curve |
Google\Cloud\DataLabeling\V1beta1\PrCurve
Precision-recall curve. |
getPrCurve
Precision-recall curve.
Returns | |
---|---|
Type | Description |
Google\Cloud\DataLabeling\V1beta1\PrCurve|null |
hasPrCurve
clearPrCurve
setPrCurve
Precision-recall curve.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DataLabeling\V1beta1\PrCurve
|
Returns | |
---|---|
Type | Description |
$this |