Skip to content

shuhaosun/Splitter-Windowed-CountMin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Splitter-Windowed-CountMin

An on-line algorithms that efficiently estimate frequencies in the active window over streaming data.

According to the paper: Efficiently Summarizing Data Streams over Sliding Windows(2015)

The file stream.dat is the real IP trace from the main gateway at our campus. This small dataset contains 1M items totally and 193,894 distinct items.

How to run

Suppose you've already cloned the repository and start from the Splitter-Windowed-CountMindirectory.

You just need:

$ make 
$ ./main

About

An on-line algorithms that efficiently estimate frequencies in the active window over streaming data.

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors