Package elki.index.tree.metrical.covertree
Cover-tree variations.
-
Class Summary Class Description AbstractCoverTree<O> Abstract base class for cover tree variants.AbstractCoverTree.Factory<O> Index factory.AbstractCoverTree.Factory.Par<O> Parameterization class.CoverTree<O> Cover tree data structure (in-memory).CoverTree.Factory<O> Index factory.CoverTree.Factory.Par<O> Parameterization class.CoverTree.Node Node object.SimplifiedCoverTree<O> Simplified cover tree data structure (in-memory).SimplifiedCoverTree.Factory<O> Index factory.SimplifiedCoverTree.Factory.Par<O> Parameterization class.SimplifiedCoverTree.Node Node object.