Uses of Class
elki.index.invertedlist.InMemoryInvertedIndex
-
Packages that use InMemoryInvertedIndex Package Description elki.index.invertedlist Indexes using inverted lists. -
-
Uses of InMemoryInvertedIndex in elki.index.invertedlist
Methods in elki.index.invertedlist that return InMemoryInvertedIndex Modifier and Type Method Description InMemoryInvertedIndex<V>
InMemoryInvertedIndex.Factory. instantiate(Relation<V> relation)
-