Histogram1D

interface Histogram1D<T : Comparable<T>, V> : Histogram<T, V, Bin1D<T, V>>

Functions

Link copied to clipboard
abstract operator fun get(value: T): Bin1D<T, V>?

open operator override fun get(point: Buffer<T>): Bin1D<T, V>?

Find existing bin, corresponding to given coordinates

Properties

Link copied to clipboard
abstract val bins: Iterable<Bin1D<T, V>>
Link copied to clipboard
open override val dimension: Int

Dimension of the histogram

Inheritors

Link copied to clipboard
Link copied to clipboard

Sources

Link copied to clipboard