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

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

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)