score property

double? score
getter/setter pair

Confidence score corresponding to a label.

For examle, if 3 contributors have answered the question and 2 of them agree on the final label, the confidence score will be 0.67 (2/3).

Implementation

core.double? score;