Packages

class HyperLogLog extends Serializable

A HyperLogLog data structure to track the cardinality of a set of values.

Annotations
@SerialVersionUID()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HyperLogLog
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new HyperLogLog()

Value Members

  1. var hll: com.github.prasanthj.hll.HyperLogLog
  2. def toBase64: String

    Serialize the HLL to a base-64 encoded string.

  3. def toString(): String
    Definition Classes
    HyperLogLog → AnyRef → Any