Skip to content

arashasg/Data-Stream-Mining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data-Stream-Mining

In this repository, I implemented two data stream processing algorithms. These algorithms are generally supposed to be fast and occupy limited memory space.

Bloom Filter

The first algorithm
I implemented is the Bloom filter, which filters data streams using limited memory space.

Flajolet-Martin Algorithm

The second algorithm implemented in this repository is the Flajolet-Martin which is used to estimate the number of distinct elements in a stream.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published