Package

io.radanalytics

silex

Permalink

package silex

Visibility
  1. Public
  2. All

Value Members

  1. package app

    Permalink
  2. package cluster

    Permalink
  3. package feature

    Permalink
  4. package frame

    Permalink
  5. package histogram

    Permalink

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

    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

  6. package rdd

    Permalink
  7. package sample

    Permalink
  8. package som

    Permalink
  9. package statistics

    Permalink
  10. package text

    Permalink
  11. package util

    Permalink
  12. package utils

    Permalink

Ungrouped