Class MTreeFactory<O>

    • Method Detail

      • instantiate

        public MTreeIndex<O> instantiate​(Relation<O> relation)
        Description copied from interface: IndexFactory
        Sets the database in the distance function of this index (if existing).
        Parameters:
        relation - the relation to index
      • getNodeClass

        protected java.lang.Class<MTreeNode<O>> getNodeClass()