Package pylal :: Module low_latency_clustering
[hide private]
[frames] | no frames]

Module low_latency_clustering

source code

Algorithms for low latency clustering of event-like datasets.


Author: Leo Singer <leo.singer@ligo.org>

Classes [hide private]
  SlidingMaxHeap
A max heap that retains the order in which samples were added to it.
  ClusterBuilder
Provides one-dimensional time symmetric clustering.
Functions [hide private]
 
clustered(iterable, key, value, window)
Utility function for clustering an iterable without having to instantiate a ClusterBuilder object.
source code