UniformHistogramGroupND

fun <V : Any, A : Field<V>> UniformHistogramGroupND(valueAlgebraND: FieldOpsND<V, A>, lower: Buffer<Double>, upper: Buffer<Double>, binNums: IntArray = IntArray(lower.size) { 20 }, bufferFactory: BufferFactory<V> = Buffer.Companion::boxing)

Parameters

bufferFactory

is an optional parameter used to optimize buffer production.

Sources

Link copied to clipboard