Histogram

interface Histogram<in T : Any, out V, out B : Bin<T, V>>(source)

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract operator fun get(point: Point<out T>): B?

Find existing bin, corresponding to given coordinates

Properties

Link copied to clipboard
abstract val bins: Iterable<B>
Link copied to clipboard
abstract val dimension: Int

Dimension of the histogram