Skip to content

First non-empty score¤

Forwards the first input that provides a non-empty similarity score.

Examples¤

Notation: List of values are represented via square brackets. Example: [first, second] represents a list of two values “first” and “second”.


The first defined score is returned, even if it’s not the highest score:

  • Input values: [null, 0.2, 0.5]
  • Returns: 0.2

Parameter¤

None

Comments