Skip to content

Example of density based clustering algorithm DBSCAN in PHP

Notifications You must be signed in to change notification settings

berlinger-rarents/DBSCAN-clustering

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBSCAN-clustering

Example of density based clustering algorithm DBSCAN in PHP

DBSCAN is a density based clustering algorithm, see http://en.wikipedia.org/wiki/DBSCAN for more details.

Some great features of DBSCAN, and density based clustering methods in general, are that you don't need to specify the number of clusters as a parameter and every point does not need to belong to a cluster as would be the case in k-means for example. DBSCAN will also find non-spherical, arbitrarily shaped clusters.

See index.php for example of how to use.

About

Example of density based clustering algorithm DBSCAN in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%