WrongScoreCount

data class WrongScoreCount(val alternative: String, val expected: Int, val actual: Int) : AlternativeRejection(source)

The alternative was offered actual scores where the model has expected metrics. Every alternative has to be scored on every metric for the alternatives to be comparable.

Constructors

Link copied to clipboard
constructor(alternative: String, expected: Int, actual: Int)

Properties

Link copied to clipboard
val actual: Int
Link copied to clipboard
open override val alternative: String

The name of the alternative that was not taken in.

Link copied to clipboard
Link copied to clipboard
open override val message: String

A description suitable for showing to a user.