kmath
0.3.1-dev-RC
common
kmath-histograms
/
space.kscience.kmath.histogram
/
Histogram1D
Histogram1D
interface
Histogram1D
<
T
:
Comparable
<
T
>
,
V
>
:
Histogram
<
T
,
V
,
Bin1D
<
T
,
V
>
>
(
source
)
Inheritors
UniformHistogram1D
TreeHistogram
Members
Functions
get
Link copied to clipboard
abstract
operator
fun
get
(
value
:
T
)
:
Bin1D
<
T
,
V
>
?
open
operator override
fun
get
(
point
:
Buffer
<
T
>
)
:
Bin1D
<
T
,
V
>
?
Find existing bin, corresponding to given coordinates
Properties
bins
Link copied to clipboard
abstract
val
bins
:
Iterable
<
Bin1D
<
T
,
V
>
>
dimension
Link copied to clipboard
open
override
val
dimension
:
Int
Dimension of the histogram