SkillAgentSearch skills...

Dbscan

Probably the fastest C++ dbscan library.

Install / Use

/learn @Eleobert/Dbscan
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Density-based spatial clustering of applications with noise (DBSCAN)

This is a fast C++ implementation of dbscan clustering algorithm.

Compiling and running the example:

g++ example.cpp dbscan.cpp -I vendor/ -std=c++20 -o example
./example sample2d.csv 0.2 10 > output.csv
<p align="center"> <img src="plot2.png" /> </p>

Or run with three dimensional data:

./example sample3d.csv 1 10 > output.csv
<p align="center"> <img src="plot3.png" /> </p>

Related Skills

View on GitHub
GitHub Stars109
CategoryDevelopment
Updated1mo ago
Forks24

Languages

C++

Security Score

100/100

Audited on Feb 22, 2026

No findings