https://github.com/snithish/dm-dbscan
Repository to Benchmark Naive DBScan and Parallel DBScan as part of Data Minining Course
https://github.com/snithish/dm-dbscan
data-mining dbscan-algorithm
Last synced: 4 months ago
JSON representation
Repository to Benchmark Naive DBScan and Parallel DBScan as part of Data Minining Course
- Host: GitHub
- URL: https://github.com/snithish/dm-dbscan
- Owner: snithish
- Created: 2019-11-10T10:05:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-01T12:25:07.000Z (almost 6 years ago)
- Last Synced: 2025-03-12T06:42:36.438Z (8 months ago)
- Topics: data-mining, dbscan-algorithm
- Language: Java
- Size: 108 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DBScan Benchmark
We would benchmark naive DBScan with a parallel DBScan implementation and analyze the speedup
## Getting Started
1. Project is based on [Gradle](https://gradle.org/)
2. Import gradle into Intellij [See here](https://www.jetbrains.com/help/idea/gradle.html#gradle_import_project_start)