Bin

interface Bin<in T : Any, out V> : Domain<T>

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

Functions

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

Properties

Link copied to clipboard
abstract val binValue: V

The value of this bin.

Link copied to clipboard
abstract val dimension: Int

Inheritors

Link copied to clipboard
Link copied to clipboard

Sources

Link copied to clipboard