Package

ai.deepsense.deeplang.utils

aggregators

Permalink

package aggregators

Visibility
  1. Public
  2. All

Type Members

  1. trait Aggregator[U, T] extends AnyRef

    Permalink
  2. case class CountOccurenceAggregator[T](elementToCount: T) extends Aggregator[Long, T] with Product with Serializable

    Permalink
  3. case class CountOccurrencesWithKeyLimitAggregator[T](limit: Long) extends Aggregator[Option[Map[T, Long]], T] with Product with Serializable

    Permalink
  4. case class HistogramAggregator(buckets: Array[Double], evenBuckets: Boolean) extends Aggregator[Array[Long], Double] with Product with Serializable

    Permalink

Value Members

  1. object Aggregator

    Permalink
  2. object AggregatorBatch

    Permalink

Ungrouped