Class RStarTreeFactory<O extends NumberVector>

    • Constructor Detail

      • RStarTreeFactory

        public RStarTreeFactory​(PageFileFactory<?> pageFileFactory,
                                RTreeSettings settings)
        Constructor.
        Parameters:
        pageFileFactory - Data storage
        settings - Tree settings
    • Method Detail

      • instantiate

        public RStarTreeIndex<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<RStarTreeNode> getNodeClass()