The answer to a question built with TypeSafe.score/2.
:scoreis the probability-weighted level index. Fornlevels it ranges from 0 throughn - 1, and may fall between levels.:probabilitiesmaps string indices such as"0"and"1"to probabilities.:legendmaps those same string indices to the service's level descriptions.:confidenceis a number from 0 to 1 derived by the service from the distribution, not an application-specific accuracy measurement.
For levels ["Routine", "Today", "Immediately"], a score of 1.4 is between
the second and third levels. It is not a percentage or a list index to pass
directly to Enum.at/2. Use the distribution and your own thresholds to decide
what action to take.