kmath-histograms
/
space.kscience.kmath.histogram
/
UnivariateHistogramBuilder
jvm
Univariate
Histogram
Builder
interface
UnivariateHistogramBuilder
:
HistogramBuilder
<
Double
>
Content copied to clipboard
Functions
Extensions
Functions
equals
Link copied to clipboard
jvm
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
jvm
open fun
hashCode
():
Int
Content copied to clipboard
putValue
Link copied to clipboard
jvm
abstract fun
putValue
(at:
Double
, value:
Double
= 1.0)
Content copied to clipboard
Thread safe put operation
abstract override fun
putValue
(point:
Buffer
<
Double
>, value:
Number
)
Content copied to clipboard
Increment appropriate bin
toString
Link copied to clipboard
jvm
open fun
toString
():
String
Content copied to clipboard
Extensions
fill
Link copied to clipboard
jvm
fun
UnivariateHistogramBuilder
.
fill
(items:
Iterable
<
Double
>)
Content copied to clipboard
fun
UnivariateHistogramBuilder
.
fill
(array:
DoubleArray
)
Content copied to clipboard
fun
UnivariateHistogramBuilder
.
fill
(buffer:
Buffer
<
Double
>)
Content copied to clipboard