IndexedHistogram

class IndexedHistogram<T : Comparable<T>, V : Any>(context: IndexedHistogramSpace<T, V>, values: StructureND<V>) : Histogram<T, Bin<T>>

Functions

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

Properties

bins
Link copied to clipboard
common
open override val bins: Iterable<Bin<T>>
context
Link copied to clipboard
common
val context: IndexedHistogramSpace<T, V>
dimension
Link copied to clipboard
common
open override val dimension: Int
Dimension of the histogram
values
Link copied to clipboard
common
val values: StructureND<V>

Sources

common source
Link copied to clipboard