TreeHistogram

A histogram based on a tree map of values

Constructors

Link copied to clipboard
constructor(binMap: TreeMap<Double, Bin1D<Double, V>>)

Functions

Link copied to clipboard
open operator override fun get(point: Buffer<Double>): Bin1D<Double, V>?

Find existing bin, corresponding to given coordinates

open operator override fun get(value: Double): Bin1D<Double, V>?

Properties

Link copied to clipboard
open override val bins: Collection<Bin1D<Double, V>>
Link copied to clipboard
open override val dimension: Int

Dimension of the histogram