Class
HotList
Data structure for (approximately) keeping a list of the k most frequent items in a data stream.
HotList<TValue, TSpec>
Include Headers
seqan/synopsis.h
Parameters
TValue
Type of the items to keep in hot list.
TSpec
Tag used for the specialization.
Specializations
Frequent HotListApproximate hot list for top-k queries using the Frequent algorithm.
Lossy Counting HotListApproximate hot list for iceberg queries using the Lossy Counting algorithm.
Space Saving HotListApproximate hot list using the Space Saving algorithm (list variant).
Functions
clearResets an object.
getItemsGet the frequent items.
registerItemRegister an item as seen with a HotList.
removeItemManually remove an item from a HotList.
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2012/10/02 11:10:29