An open API service indexing awesome lists of open source software.

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

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.