Class DeLiCluTreeFactory<O extends NumberVector>

    • Constructor Detail

      • DeLiCluTreeFactory

        public DeLiCluTreeFactory​(PageFileFactory<?> pageFileFactory,
                                  RTreeSettings settings)
        Constructor.
        Parameters:
        pageFileFactory - Page file factory
        settings - Settings
    • Method Detail

      • instantiate

        public DeLiCluTreeIndex<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<DeLiCluNode> getNodeClass()