Package

io.radanalytics.silex

histogram

Permalink

package histogram

Enriched RDD methods for histogramming and counting of sequence-like objects

import io.radanalytics.silex.histogram.implicits._
rdd.countBy(f)
rdd.histBy(f)
rdd.countByFlat(f)
rdd.histByFlat(f)
Note

Currently Spark RDDs are supported, however Scala collections or traversables are also planned for future inclusion

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. histogram
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class HistogramMethods[T] extends Serializable

    Permalink

    Interface for enriched histogramming and counting methods on sequence-like objects

    Interface for enriched histogramming and counting methods on sequence-like objects

    T

    The element type of the sequence

Value Members

  1. object implicits

    Permalink

    Implicit conversions for enriching objects with counting and histogramming from HistogramMethods

  2. package rdd

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped