Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDatalabelingV1beta1PrCurve

import type { GoogleCloudDatalabelingV1beta1PrCurve } from "https://googleapis.deno.dev/v1/datalabeling:v1beta1.ts";
interface GoogleCloudDatalabelingV1beta1PrCurve {
areaUnderCurve?: number;
meanAveragePrecision?: number;
}

§Properties

§

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.

§
areaUnderCurve?: number
[src]

Area under the precision-recall curve. Not to be confused with area under a receiver operating characteristic (ROC) curve.

§

Entries that make up the precision-recall graph. Each entry is a "point" on the graph drawn for a different confidence_threshold.

§
meanAveragePrecision?: number
[src]

Mean average prcision of this curve.