Class FlatRStarTreeFactory<O extends NumberVector>

    • Constructor Detail

      • FlatRStarTreeFactory

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

      • instantiate

        public FlatRStarTreeIndex<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