Choice
com.softinio.verdict4s.algebra.Answer.Choice
final case class Choice(choice: OptionName, probabilities: SortedMap[OptionName, Probability], confidence: Confidence)
The chosen option, the full distribution, and how certain the model is.
Attributes
Members list
In this article