toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
KSLCore
/
ksl.utilities.statistic
/
IntegerFrequency
/
Cell
Cell
inner
class
Cell
(
val
value
:
Int
)
:
Comparable
<
IntegerFrequency.Cell
>
Holds the values and their counts
Members
Constructors
Cell
Link copied to clipboard
constructor
(
value
:
Int
)
Properties
count
Link copied to clipboard
var
count
:
Double
label
Link copied to clipboard
var
label
:
String
proportion
Link copied to clipboard
val
proportion
:
Double
value
Link copied to clipboard
val
value
:
Int
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
IntegerFrequency.Cell
)
:
Int
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
increment
Link copied to clipboard
fun
increment
(
)
instance
Link copied to clipboard
fun
instance
(
)
:
IntegerFrequency.Cell
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String