module Knn:Kernel k-nearest-neighbors in OCaml. This is a side-effect-free version of it; the module declarations are modeled on OCaml's Map library.sig..end
20020702, jtb: started
20061030, jtb: made comments work with ocamldoc (which is really,
really nice...)
module type KnnParams =sig..end
module type S =sig..end
module Make: