TreeHistogram

class TreeHistogram<V : Any>(binMap: TreeMap<Double, Bin1D<Double, V>>) : Histogram1D<Double, V>

A histogram based on a tree map of values

Constructors

Link copied to clipboard
fun <V : Any> TreeHistogram(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

Sources

Link copied to clipboard