IndexedHistogram

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

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
get
Link copied to clipboard
common
open operator override fun get(point: Point<T>): Bin<T>?
Find existing bin, corresponding to given coordinates
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

bins
Link copied to clipboard
common
open override val bins: Iterable<Bin<T>>
context
Link copied to clipboard
common
open override 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: NDStructure<V>