/Clustering

Clustering algorithms implemented in C++

Primary LanguageC++GNU General Public License v2.0GPL-2.0

Clustering

Clustering algorithms implemented in C++

Currest algorithms implemented:

DBSCAN: current implementation has O(N^2) complexity, need to improve it to O(Nlog(N))

OPTICS: implemented but still buggy