kmath-histograms
/
space.kscience.kmath.histogram
/
HistogramBuilder
common
jvm
Histogram
Builder
fun fun interface
HistogramBuilder
<
T
:
Any
>
Content copied to clipboard
Functions
Extensions
Inheritors
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
putValue
Link copied to clipboard
common
abstract fun
putValue
(point:
Point
<out
T
>, value:
Number
)
Content copied to clipboard
Increment appropriate bin
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Inheritors
UnivariateHistogramBuilder
Link copied to clipboard
Extensions
fill
Link copied to clipboard
common
fun <
T
:
Any
>
HistogramBuilder
<
T
>.
fill
(sequence:
Iterable
<
Point
<
T
>>)
Content copied to clipboard
fun <
T
:
Any
>
HistogramBuilder
<
T
>.
fill
(block: suspend
SequenceScope
<
Point
<
T
>>.() ->
Unit
)
Content copied to clipboard
Pass a sequence builder into histogram
put
Link copied to clipboard
common
fun <
T
:
Any
,
B
:
Bin
<
T
>>
HistogramBuilder
<
T
>.
put
(point:
Point
<out
T
>)
Content copied to clipboard
fun <
T
:
Any
>
HistogramBuilder
<
T
>.
put
(vararg point:
T
)
Content copied to clipboard
fun
HistogramBuilder
<
Double
>.
put
(vararg point:
Number
)
Content copied to clipboard
fun
HistogramBuilder
<
Double
>.
put
(vararg point:
Double
)
Content copied to clipboard