Module type Knn.KnnParams


module type KnnParams = sig .. end
These are various parameters for the tree: the distance metric, and what the maximum degree of a node should be.

type a 
val distance : a -> a -> float
val max_degree : int