score property

double score
final

Score of the candidate. Values may be positive or negative.

More likely candidates get lower values. This value is populated only for models that support it. Scores are meant to be used to reject candidates whose score is above a threshold. A particular threshold value for a given application will stay valid after a model update.

Implementation

final double score;