io.radanalytics
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
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