Package

org.bdgenomics.utils.metrics

aggregators

Permalink

package aggregators

Visibility
  1. Public
  2. All

Type Members

  1. trait Aggregated[+T] extends Writable with Serializable

    Permalink
  2. class AggregatedCollection[T, U <: Aggregated[T]] extends Aggregated[Collection[Seq[T]]] with Serializable

    Permalink
  3. trait Aggregator[SingleType, AggType <: Aggregated[SingleType]] extends Serializable

    Permalink
  4. class CombinedAggregator[Single, Agg <: Aggregated[Single]] extends Aggregator[Collection[Seq[Single]], AggregatedCollection[Single, Agg]]

    Permalink
  5. class HistogramAggregator[T] extends Aggregator[T, Histogram[T]]

    Permalink
  6. class UniqueAggregator[T] extends Aggregator[T, UniqueWritable[T]]

    Permalink
  7. class UniqueWritable[T] extends Aggregated[T] with Serializable

    Permalink
  8. trait Writable extends AnyRef

    Permalink

Value Members

  1. object AggregatedCollection extends Serializable

    Permalink

Ungrouped