KSLCore
Toggle table of contents
R1.2.5
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.simopt.evaluator
/
EstimateResponseComparator
Estimate
Response
Comparator
class
EstimateResponseComparator
(
level
:
Double
=
DEFAULT_CONFIDENCE_LEVEL
,
indifferenceZone
:
Double
=
0.0
)
(
source
)
Members
Constructors
Estimate
Response
Comparator
Link copied to clipboard
constructor
(
level
:
Double
=
DEFAULT_CONFIDENCE_LEVEL
,
indifferenceZone
:
Double
=
0.0
)
Properties
confidence
Level
Link copied to clipboard
var
confidenceLevel
:
Double
indifference
Zone
Link copied to clipboard
var
indifferenceZone
:
Double
Functions
compare
Link copied to clipboard
open
fun
compare
(
estimate1
:
EstimatedResponseIfc
,
estimate2
:
EstimatedResponseIfc
)
:
Int