TreeHistogramGroup
class TreeHistogramGroup<V : Any, A : Ring<V>, ScaleOperations<V>>(valueAlgebra: A, binFactory: (Double) -> DoubleDomain1D) : Group<TreeHistogram<V>> , ScaleOperations<TreeHistogram<V>>
Content copied to clipboard
A space for univariate histograms with variable bin borders based on a tree map
Constructors
Link copied to clipboard
fun <A : Ring<V>, ScaleOperations<V>> TreeHistogramGroup(valueAlgebra: A, binFactory: (Double) -> DoubleDomain1D)
Content copied to clipboard
Functions
Link copied to clipboard
open override fun add(left: TreeHistogram<V>, right: TreeHistogram<V>): TreeHistogram<V>
Content copied to clipboard
Link copied to clipboard
open fun binaryOperation(operation: String, left: TreeHistogram<V>, right: TreeHistogram<V>): TreeHistogram<V>
Content copied to clipboard
Link copied to clipboard
open override fun binaryOperationFunction(operation: String): (left: TreeHistogram<V>, right: TreeHistogram<V>) -> TreeHistogram<V>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open operator fun TreeHistogram<V>.minus(arg: TreeHistogram<V>): TreeHistogram<V>
Content copied to clipboard
Link copied to clipboard
open operator fun TreeHistogram<V>.plus(arg: TreeHistogram<V>): TreeHistogram<V>
Content copied to clipboard
Link copied to clipboard
inline fun produce(block: Histogram1DBuilder<Double, V>.() -> Unit): TreeHistogram<V>
Content copied to clipboard
Link copied to clipboard
open override fun scale(a: TreeHistogram<V>, value: Double): TreeHistogram<V>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open operator override fun TreeHistogram<V>.unaryMinus(): TreeHistogram<V>
Content copied to clipboard
Link copied to clipboard
open fun unaryOperation(operation: String, arg: TreeHistogram<V>): TreeHistogram<V>
Content copied to clipboard
Link copied to clipboard
open override fun unaryOperationFunction(operation: String): (arg: TreeHistogram<V>) -> TreeHistogram<V>
Content copied to clipboard
Link copied to clipboard