Class AbstractRStarTreeFactory<O extends elki.data.NumberVector,​N extends AbstractRStarTreeNode<N,​E>,​E extends SpatialEntry,​S extends RTreeSettings>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected S settings
      Tree settings
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractRStarTreeFactory​(elki.persistent.PageFileFactory<?> pageFileFactory, S settings)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      elki.data.type.TypeInformation getInputTypeRestriction()  
      • Methods inherited from class elki.index.PagedIndexFactory

        makePageFile
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface elki.index.IndexFactory

        instantiate
    • Field Detail

    • Constructor Detail

      • AbstractRStarTreeFactory

        public AbstractRStarTreeFactory​(elki.persistent.PageFileFactory<?> pageFileFactory,
                                        S settings)
        Constructor.
        Parameters:
        pageFileFactory - Page file factory
        settings - Tree settings
    • Method Detail

      • getInputTypeRestriction

        public elki.data.type.TypeInformation getInputTypeRestriction()