KSLCore
Toggle table of contents
R1.6
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.utilities.moda
/
SweepPoint
Sweep
Point
data
class
SweepPoint
(
val
weight
:
Double
,
val
overallValues
:
Map
<
String
,
Double
>
,
val
winner
:
String
)
(
source
)
What a study would conclude if one metric carried a given weight.
Members
Constructors
Sweep
Point
Link copied to clipboard
constructor
(
weight
:
Double
,
overallValues
:
Map
<
String
,
Double
>
,
winner
:
String
)
Properties
overall
Values
Link copied to clipboard
val
overallValues
:
Map
<
String
,
Double
>
weight
Link copied to clipboard
val
weight
:
Double
winner
Link copied to clipboard
val
winner
:
String