Skip to main content

depth

Method of LogarithmicAccumulator.

Overloads

NameDescription
depth(integer depth) -> integerReturns the bin size of the logarithmic binning hierarchy at the given depth
depth() -> integerReturns the depth of the logarithmic binning hierarchy.

depth(integer depth) -> integer

Returns the bin size of the logarithmic binning hierarchy at the given depth

Parameters

  • depth: The depth at which the bin size is returned

depth() -> integer

Returns the depth of the logarithmic binning hierarchy.