Computing Reviews
Today's Issue Hot Topics Search Browse Recommended My Account Log In
Review Help
Search
Finding frequent items over sliding windows with constant update time
Hung R., Lee L., Ting H. Information Processing Letters110 (7):257-260,2010.Type:Article
Date Reviewed: Mar 17 2011

The authors present an algorithm for estimating the frequent items that occur in a sliding window of a data stream. If the window size is N data stream symbols, &thgr; is a user-defined threshold, and &egr; is a relative error bound, then at any time we want to be able to produce a set B of data stream symbols with the following two properties:

(1) B only contains symbols that occur at least (&thgr; -&egr;)N times in the sliding window.
(2) Any symbol that occurs more than &thgr;N times must be in B.

The algorithm maintains a pair of data structures, one for each of the two consecutive positions of the sliding windows. The data structures have a counter for each symbol that has been determined to occur frequently. It also maintains linked lists and hash tables so that both the space and time requirements are of order O(1/&egr;).

The paper provides additional details of the algorithm. Unfortunately, however, it is described using fairly tedious nomenclature.

Reviewer:  J. W. Snively Review #: CR138912 (1108-0848)
Bookmark and Share
 
Nonnumerical Algorithms And Problems (F.2.2 )
 
 
Counting Problems (G.2.1 ... )
 
 
Feature Evaluation And Selection (I.5.2 ... )
 
 
Sorting/ Searching (E.5 ... )
 
 
Data Structures (E.1 )
 
Would you recommend this review?
yes
no
Other reviews under "Nonnumerical Algorithms And Problems": Date
Improving the performance guarantee for approximate graph coloring
Wigderson A. Journal of the ACM 30(4): 729-735, 1983. Type: Article
Feb 1 1985
Fast algorithms constructing minimal subalgebras, congruences, and ideals in a finite algebra
Demel J., Demlová M., Koubek V. Theoretical Computer Science 36(2-3): 203-216, 1985. Type: Article
Jan 1 1986
Complexity of the word problem for commutative semigroups of fixed dimension
Huynh D. Acta Informatica 22(4): 421-432, 1985. Type: Article
May 1 1986
more...

E-Mail This Printer-Friendly
Send Your Comments
Contact Us
Reproduction in whole or in part without permission is prohibited.   Copyright 1999-2024 ThinkLoud®
Terms of Use
| Privacy Policy