package m_tree

  1. Overview
  2. Docs
On This Page
  1. References
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

m_tree

An implementation of M-trees. M-trees are an index structure for metric data (ie. data for which we can define a distance function). This implementation supports efficient incremental insertion and range queries.

References

Ciaccia, P., Patella, M., & Zezula, P. (1997, August). M-tree: An efficient access method for similarity search in metric spaces. In Vldb (Vol. 97, pp. 426-435).

OCaml

Innovation. Community. Security.