package prbnmcn-clustering

  1. Overview
  2. Docs

Agglomerative clustering functor.

module type Element_set = sig ... end
module Make (S : Element_set) : sig ... end

Make takes as argument a module endowing sets of elements with the structure of a metric space.