kmath-histograms
/
space.kscience.kmath.histogram
/
fill
common
jvm
fill
common
jvm
fun <
T
:
Any
>
HistogramBuilder
<
T
>.
fill
(sequence:
Iterable
<
Point
<
T
>>)
Content copied to clipboard
@
UnstableKMathAPI
()
fun
UnivariateHistogramBuilder
.
fill
(items:
Iterable
<
Double
>)
Content copied to clipboard
@
UnstableKMathAPI
()
fun
UnivariateHistogramBuilder
.
fill
(array:
DoubleArray
)
Content copied to clipboard
@
UnstableKMathAPI
()
fun
UnivariateHistogramBuilder
.
fill
(buffer:
Buffer
<
Double
>)
Content copied to clipboard
common
fun <
T
:
Any
>
HistogramBuilder
<
T
>.
fill
(block: suspend
SequenceScope
<
Point
<
T
>>.() ->
Unit
)
Content copied to clipboard
Pass a sequence builder into histogram