Skip to content

An efficient parallel algorithm to find the clusters of a big set of 2D points, given a radius, where for each point in a cluster, it's closest neighbor inside the cluster has Euclidean distance from it less than the given radius. This problem is inspired from the stars constellation.

Notifications You must be signed in to change notification settings

nbooster/radius-2d-clustering

Repository files navigation

radius-2d-clustering

An efficient parallel algorithm to find the clusters of a big set of 2D points, given a radius, where for each point in a cluster, it's closest neighbor inside the cluster has Euclidean distance from it less than the given radius. This problem is inspired from the stars constellations.

About

An efficient parallel algorithm to find the clusters of a big set of 2D points, given a radius, where for each point in a cluster, it's closest neighbor inside the cluster has Euclidean distance from it less than the given radius. This problem is inspired from the stars constellation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages