Skip to main content

LabelPairMetricResult

Aggregated and per-annotation metrics comparing two labels, used by the diff view.

type LabelPairMetricResult {
mark: Float
markPerCategory: JSON
annotationPairMetrics: [AnnotationPairMetric!]!
}

Fields

LabelPairMetricResult.mark ● Float scalar

Aggregated score in [0, 1]. Null when no result is available.

LabelPairMetricResult.markPerCategory ● JSON scalar

Per-category aggregated scores, keyed by category name.

LabelPairMetricResult.annotationPairMetrics ● [AnnotationPairMetric!]! non-null object