https://github.com/princep/incdbscancpp
https://github.com/princep/incdbscancpp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/princep/incdbscancpp
- Owner: PrinceP
- Created: 2024-09-05T04:59:06.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-25T06:56:32.000Z (8 months ago)
- Last Synced: 2025-02-22T13:44:01.626Z (3 months ago)
- Language: C++
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### INC dbscan in C++
- Build and run
```sh
make main
```
- First DBSCAN call result
```sh
python3.9 tester.py ../clusters.txt
```
- Inc DBSCAN call result
```sh
python3.9 tester.py ../incclusters.txt
```