Lossy Count Algorithm

The lossy count algorithm is an algorithm to identify elements in a data stream whose frequency count exceed a user-given threshold. The algorithm works by dividing the Data Stream into ‘Buckets’ as for frequent items, but fill as many buckets as possible in main memory one time. The frequency computed by this algorithm is not always accurate, but has an error threshold that can be specified by the user. The run time space required by the algorithm is inversely proportional to the specified error threshold, hence larger the error, the smaller the footprint.

Comment
enThe lossy count algorithm is an algorithm to identify elements in a data stream whose frequency count exceed a user-given threshold. The algorithm works by dividing the Data Stream into ‘Buckets’ as for frequent items, but fill as many buckets as possible in main memory one time. The frequency computed by this algorithm is not always accurate, but has an error threshold that can be specified by the user. The run time space required by the algorithm is inversely proportional to the specified error threshold, hence larger the error, the smaller the footprint.
Has abstract
enThe lossy count algorithm is an algorithm to identify elements in a data stream whose frequency count exceed a user-given threshold. The algorithm works by dividing the Data Stream into ‘Buckets’ as for frequent items, but fill as many buckets as possible in main memory one time. The frequency computed by this algorithm is not always accurate, but has an error threshold that can be specified by the user. The run time space required by the algorithm is inversely proportional to the specified error threshold, hence larger the error, the smaller the footprint. It was created by eminent computer scientists Rajeev Motwani and Gurmeet Singh Manku. This algorithm finds huge application in computations where data takes the form of a continuous data stream instead of a finite data set, for e.g. network traffic measurements, web server logs, clickstreams.
Hypernym
Algorithm
Is primary topic of
Lossy Count Algorithm
Label
enLossy Count Algorithm
Link from a Wikipage to another Wikipage
Algorithm
Category:Streaming algorithms
Clickstream
Data set
Data stream
Frequency
Rajeev Motwani
SameAs
fMp6
Lossy Count Algorithm
m.01026vww
Q17092314
Subject
Category:Streaming algorithms
WasDerivedFrom
Lossy Count Algorithm?oldid=1016426341&ns=0
WikiPageLength
2049
Wikipage page ID
42326508
Wikipage revision ID
1016426341
WikiPageUsesTemplate
Template:Cite journal
Template:Cs-stub
Template:Refbegin
Template:Refend