DBSCAN

A simple C++ implementation of DBSCAN algorithm using euclidean distance.

Build with cmake and make.

dbscan_test.cpp uses a CSV file as input for the data

This repo is a fork from here and credit goes to its author