Histogram

interface Histogram<in T : Any, out B : Bin<T>>

Functions

get
Link copied to clipboard
common
abstract operator fun get(point: Point<out T>): B?
Find existing bin, corresponding to given coordinates

Properties

bins
Link copied to clipboard
common
abstract val bins: Iterable<B>
dimension
Link copied to clipboard
common
abstract val dimension: Int
Dimension of the histogram

Inheritors

IndexedHistogram
Link copied to clipboard
UnivariateHistogram
Link copied to clipboard

Sources

common source
Link copied to clipboard