Packages

object FastMapHistogram extends Serializable

Companion object for the FastMapHistogram type.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FastMapHistogram
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(size: Int): FastMapHistogram

    Produce a FastMapHistogram with the given number of buckets.

  2. def apply(): FastMapHistogram

    Produce a FastMapHistogram with the default number of buckets (16).

  3. implicit val fastMapHistogramMonoid: Monoid[FastMapHistogram]
  4. def fromTile(r: Tile): FastMapHistogram

    Produce a FastMapHistogram from a Tile.