Interface protos.google.cloud.datalabeling.v1beta1.PrCurve.IConfidenceMetricsEntry

Properties of a ConfidenceMetricsEntry.

Package

@google-cloud/datalabeling!

Properties

confidenceThreshold

confidenceThreshold?: (number|null);

ConfidenceMetricsEntry confidenceThreshold

Property Value
Type Description
(number|null)

f1Score

f1Score?: (number|null);

ConfidenceMetricsEntry f1Score

Property Value
Type Description
(number|null)

f1ScoreAt1

f1ScoreAt1?: (number|null);

ConfidenceMetricsEntry f1ScoreAt1

Property Value
Type Description
(number|null)

f1ScoreAt5

f1ScoreAt5?: (number|null);

ConfidenceMetricsEntry f1ScoreAt5

Property Value
Type Description
(number|null)

precision

precision?: (number|null);

ConfidenceMetricsEntry precision

Property Value
Type Description
(number|null)

precisionAt1

precisionAt1?: (number|null);

ConfidenceMetricsEntry precisionAt1

Property Value
Type Description
(number|null)

precisionAt5

precisionAt5?: (number|null);

ConfidenceMetricsEntry precisionAt5

Property Value
Type Description
(number|null)

recall

recall?: (number|null);

ConfidenceMetricsEntry recall

Property Value
Type Description
(number|null)

recallAt1

recallAt1?: (number|null);

ConfidenceMetricsEntry recallAt1

Property Value
Type Description
(number|null)

recallAt5

recallAt5?: (number|null);

ConfidenceMetricsEntry recallAt5

Property Value
Type Description
(number|null)