kmath-histograms
/
space.kscience.kmath.histogram
/
Histogram
common
jvm
Histogram
interface
Histogram
<
T
:
Any
, out
B
:
Bin
<
T
>>
Content copied to clipboard
Functions
Properties
Inheritors
Functions
get
Link copied to clipboard
common
abstract operator fun
get
(point:
Point
<out
T
>):
B
?
Content copied to clipboard
Find existing bin, corresponding to given coordinates
Properties
bins
Link copied to clipboard
common
abstract val
bins
:
Iterable
<
B
>
Content copied to clipboard
dimension
Link copied to clipboard
common
abstract val
dimension
:
Int
Content copied to clipboard
Dimension of the histogram
Inheritors
IndexedHistogram
Link copied to clipboard
UnivariateHistogram
Link copied to clipboard