Bin

interface Bin<in T : Any> : Domain<T>

The binned data element. Could be a histogram bin with a number of counts or an artificial construct.

Functions

contains
Link copied to clipboard
common
abstract operator fun contains(point: Point<T>): Boolean

Properties

dimension
Link copied to clipboard
common
abstract val dimension: Int
value
Link copied to clipboard
common
abstract val value: Number
The value of this bin.

Inheritors

DomainBin
Link copied to clipboard
UnivariateBin
Link copied to clipboard

Sources

common source
Link copied to clipboard