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