https://github.com/sevmardi/counting-distinct-elements
AIDM - Leiden uni
https://github.com/sevmardi/counting-distinct-elements
algorithm counting-distinct-elements python3
Last synced: 7 months ago
JSON representation
AIDM - Leiden uni
- Host: GitHub
- URL: https://github.com/sevmardi/counting-distinct-elements
- Owner: sevmardi
- Created: 2017-09-27T14:11:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T19:51:52.000Z (about 8 years ago)
- Last Synced: 2025-05-14T04:35:37.974Z (7 months ago)
- Topics: algorithm, counting-distinct-elements, python3
- Language: Python
- Size: 468 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Counting Distinct Elements
Counting Distinct Elements Implmentation for Advances In Data Mining course at Leiden University.
# Motivation
mmds_fm.py file is the algorithm described in the mmds chap4
ProbabilisticCounting.py file is the algorithm Probabilistic Counting (Flajolet-Martin)
LogLogCounting.py is the LogLog Counting (Durand-Martin)
# Task
Soon
# Results
Soon
You can run every file on its own.