Skip to content

slashvar/spanner_clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spanner_clustering: transform a set of points into a graph for clustering

This is a C++ implementation of geometric spanner using the Well Separated Pairs Decomposition approach.

It also contains an experimental clustering algorithm that use the decomposition and the fair split tree to construct clusters of points.

It uses C++14 and template only (so just header files).

About

Building geometric spanner for graph clustering

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published