MissingScore

data class MissingScore(val alternative: String, val metricName: String) : AlternativeRejection(source)

The alternative was offered the right number of scores, all on metrics the model holds, but the metric named metricName was left without one because another was scored twice.

Constructors

Link copied to clipboard
constructor(alternative: String, metricName: String)

Properties

Link copied to clipboard
open override val alternative: String

The name of the alternative that was not taken in.

Link copied to clipboard
open override val message: String

A description suitable for showing to a user.

Link copied to clipboard