Skip to content

jemmyw/hierclust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 <brandt@kurowski.net>

Releases

No releases published

Packages

No packages published

Languages