Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 277 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 277 Bytes

MuDBSCAN

A fast, exact, and scalable algorithm for DBSCAN clustering. This repository contains a sequential as well as a distributed memory implementation for the same.

Code Execution

./runs.sh <dataset> <epsilon> <minpts> <MinDegree Rtree> <MaxDegree Rtree>