-
Notifications
You must be signed in to change notification settings - Fork 8
A ruby library for performing simple hierarchical clustering of spatial data.
License
kurowski/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
A ruby library for performing simple hierarchical clustering of spatial data.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published