IndexedHistogramSpace
interface IndexedHistogramSpace<T : Comparable<T>, V : Any> : Group<IndexedHistogram<T, V>> , ScaleOperations<IndexedHistogram<T, V>>
Content copied to clipboard
A space for producing histograms with values in a NDStructure
Functions
add
Link copied to clipboard
open override fun add(a: IndexedHistogram<T, V>, b: IndexedHistogram<T, V>): IndexedHistogram<T, V>
Content copied to clipboard
binaryOperation
Link copied to clipboard
open fun binaryOperation(operation: String, left: IndexedHistogram<T, V>, right: IndexedHistogram<T, V>): IndexedHistogram<T, V>
Content copied to clipboard
binaryOperationFunction
Link copied to clipboard
open override fun binaryOperationFunction(operation: String): (left: IndexedHistogram<T, V>, right: IndexedHistogram<T, V>) -> IndexedHistogram<T, V>
Content copied to clipboard
bindSymbol
Link copied to clipboard
bindSymbolOrNull
Link copied to clipboard
div
Link copied to clipboard
open operator fun IndexedHistogram<T, V>.div(k: Number): IndexedHistogram<T, V>
Content copied to clipboard
minus
Link copied to clipboard
open operator fun IndexedHistogram<T, V>.minus(b: IndexedHistogram<T, V>): IndexedHistogram<T, V>
Content copied to clipboard
plus
Link copied to clipboard
open operator fun IndexedHistogram<T, V>.plus(b: IndexedHistogram<T, V>): IndexedHistogram<T, V>
Content copied to clipboard
produce
Link copied to clipboard
abstract fun produce(builder: HistogramBuilder<T>.() -> Unit): IndexedHistogram<T, V>
Content copied to clipboard
produceBin
Link copied to clipboard
scale
Link copied to clipboard
open override fun scale(a: IndexedHistogram<T, V>, value: Double): IndexedHistogram<T, V>
Content copied to clipboard
times
Link copied to clipboard
open operator fun Number.times(b: IndexedHistogram<T, V>): IndexedHistogram<T, V>
Content copied to clipboard
open operator fun IndexedHistogram<T, V>.times(k: Number): IndexedHistogram<T, V>
Content copied to clipboard
unaryMinus
Link copied to clipboard
abstract operator fun IndexedHistogram<T, V>.unaryMinus(): IndexedHistogram<T, V>
Content copied to clipboard
unaryOperation
Link copied to clipboard
open fun unaryOperation(operation: String, arg: IndexedHistogram<T, V>): IndexedHistogram<T, V>
Content copied to clipboard
unaryOperationFunction
Link copied to clipboard
open override fun unaryOperationFunction(operation: String): (arg: IndexedHistogram<T, V>) -> IndexedHistogram<T, V>
Content copied to clipboard
unaryPlus
Link copied to clipboard
open operator fun IndexedHistogram<T, V>.unaryPlus(): IndexedHistogram<T, V>
Content copied to clipboard
Properties
Inheritors
DoubleHistogramSpace
Link copied to clipboard