Skip to content

A naive density-based clustering algorithm written in Rust

Notifications You must be signed in to change notification settings

quietlychris/density_clusters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Density-based clustering

This a pure Rust implementation of a naive density-based clustering algorithm similar to DBSCAN.

Here, 50 points are located in 1x1 boxes in each of the corners of quadrants I,III, and IV, with an additional 50 points spread across the entire (0,0),(5,5) range, for a total of two hundreds points. After some tuning of the minimal distance and minimal required number of points per cluster, the algorithms properly identifies three clusters with several outliers.

About

A naive density-based clustering algorithm written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages