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

XPSConfusionMatrixRow

import type { XPSConfusionMatrixRow } from "https://googleapis.deno.dev/v1/language:v2.ts";

A row in the confusion matrix.

interface XPSConfusionMatrixRow {
count?: bigint[];
exampleCount?: number[];
}

§Properties

§
count?: bigint[]
[src]

Same as above except intended to represent other counts (for e.g. for segmentation this is pixel count). NOTE(params): Only example_count or count is set (oneoff does not support repeated fields unless they are embedded inside another message).

§
exampleCount?: number[]
[src]

Value of the specific cell in the confusion matrix. The number of values each row has (i.e. the length of the row) is equal to the length of the annotation_spec_id_token field.