kmath
0.3.1-dev-RC
common
kmath-histograms
/
space.kscience.kmath.histogram
/
Histogram
Histogram
interface
Histogram
<
in
T
:
Any
,
out
V
,
out
B
:
Bin
<
T
,
V
>
>
(
source
)
Inheritors
Histogram1D
HistogramND
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
get
Link copied to clipboard
abstract
operator
fun
get
(
point
:
Point
<
out
T
>
)
:
B
?
Find existing bin, corresponding to given coordinates
Properties
bins
Link copied to clipboard
abstract
val
bins
:
Iterable
<
B
>
dimension
Link copied to clipboard
abstract
val
dimension
:
Int
Dimension of the histogram