|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CloseableVectorStore | |
---|---|
pitt.search.semanticvectors | Semantic Vector indexes, created by applying a Random Projection algorithm to term-document matrices created using Apache Lucene. |
Uses of CloseableVectorStore in pitt.search.semanticvectors |
---|
Classes in pitt.search.semanticvectors that implement CloseableVectorStore | |
---|---|
class |
VectorStoreReaderLucene
This class provides methods for reading a VectorStore from disk. |
class |
VectorStoreReaderText
This class provides methods for reading a VectorStore from a textfile. |
Methods in pitt.search.semanticvectors that return CloseableVectorStore | |
---|---|
static CloseableVectorStore |
VectorStoreReader.openVectorStore(java.lang.String vectorFile)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |