Interface for enriched histogramming and counting methods on sequence-like objects
Interface for enriched histogramming and counting methods on sequence-like objects
The element type of the sequence
Implicit conversions for enriching objects with counting and histogramming from HistogramMethods
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)
Currently Spark RDDs are supported, however Scala collections or traversables are also planned for future inclusion