Package

io.epiphanous.flinkrunner.algorithm

cardinality

Permalink

package cardinality

Visibility
  1. Public
  2. All

Type Members

  1. case class HyperLogLog[T](funnel: Funnel[T], b: Int) extends Product with Serializable

    Permalink

    Implements hyperloglog cardinality estimate based on paper by P.

    Implements hyperloglog cardinality estimate based on paper by P. Flajolet, È. Fusy, O. Gandouet, F. Meiunier. HyperLogLog: the analysis of a near-optimal cardinality estimation algorithm. Proceedings of Discrete Mathematics and Theoretical Computer Science. Pages 127-146. 2007.

Value Members

  1. object HyperLogLog extends Serializable

    Permalink

Ungrouped