kmath-histograms
/
space.kscience.kmath.histogram
/
Bin
common
jvm
Bin
interface
Bin
<
T
:
Any
> :
Domain
<
T
>
Content copied to clipboard
The binned data element. Could be a histogram bin with a number of counts or an artificial construct
Functions
Properties
Inheritors
Functions
contains
Link copied to clipboard
common
abstract operator fun
contains
(point:
Point
<
T
>):
Boolean
Content copied to clipboard
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
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Properties
dimension
Link copied to clipboard
common
abstract val
dimension
:
Int
Content copied to clipboard
value
Link copied to clipboard
common
abstract val
value
:
Number
Content copied to clipboard
The value of this bin.
Inheritors
DomainBin
Link copied to clipboard
UnivariateBin
Link copied to clipboard