forked from jemmyw/hierclust
-
Notifications
You must be signed in to change notification settings - Fork 0
Fork of hierclust gem
License
DrawGun/hierclust
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
= Hierclust A simple hierarchical clustering library for spatial data. == Example require 'hierclust' points = (1..6).map { Hierclust::Point.new(rand(10), rand(10)) } clusterer = Hierclust::Clusterer.new(points) puts clusterer.clusters => [[[(4, 9), (4, 8)], (9, 6)], [[(1, 4), (3, 1)], (6, 3)]] == Contact Brandt Kurowski <[email protected]>
About
Fork of hierclust gem
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Ruby 100.0%