Histogram

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

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
get
Link copied to clipboard
common
abstract operator fun get(point: Point<out T>): B?
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
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