DomainNotApplied

data class DomainNotApplied(val metric: String, val candidate: String) : ModaWarning(source)

A domain of candidate was proposed for this metric from the realized scores but not applied, because at least one realized score falls outside it. The metric keeps its declared domain for every alternative.

Applying it to only the alternatives it fits would mean evaluating one metric against two different domains within a single study, which would make the resulting values incomparable. Reachable only when the metric permits adjusting one limit but not the other.

Constructors

Link copied to clipboard
constructor(metric: String, candidate: String)

Properties

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

A description suitable for showing to a user.

Link copied to clipboard
open override val metric: String

The name of the metric the warning concerns.