EstimateResponseComparator

class EstimateResponseComparator(level: Double = DEFAULT_CONFIDENCE_LEVEL, indifferenceZone: Double = 0.0) : Comparator<EstimatedResponseIfc> (source)

Constructors

Link copied to clipboard
constructor(level: Double = DEFAULT_CONFIDENCE_LEVEL, indifferenceZone: Double = 0.0)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun compare(estimate1: EstimatedResponseIfc, estimate2: EstimatedResponseIfc): Int