toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
KSLCore
/
ksl.utilities.statistic
/
FrequencyRecord
/
FrequencyRecord
Frequency
Record
constructor
(
id
:
Int
=
1
,
name
:
String
=
""
,
cellLabel
:
String
=
""
,
value
:
Int
=
0
,
count
:
Double
=
0.0
,
cum_count
:
Double
=
0.0
,
proportion
:
Double
=
0.0
,
cumProportion
:
Double
=
0.0
)