HnswVectorIndexRAM<TId,TVector,TItem,TDistance> |
HnswVectorIndexRAM.Builder.build() |
Build the index.
|
static <TId,TVector,TItem extends com.github.jelmerk.knn.Item<TId,TVector>,TDistance> HnswVectorIndexRAM<TId,TVector,TItem,TDistance> |
HnswVectorIndexRAM.load(File file) |
|
static <TId,TVector,TItem extends com.github.jelmerk.knn.Item<TId,TVector>,TDistance> HnswVectorIndexRAM<TId,TVector,TItem,TDistance> |
HnswVectorIndexRAM.load(File file,
ClassLoader classLoader) |
|
static <TId,TVector,TItem extends com.github.jelmerk.knn.Item<TId,TVector>,TDistance> HnswVectorIndexRAM<TId,TVector,TItem,TDistance> |
HnswVectorIndexRAM.load(InputStream inputStream) |
|
static <TId,TVector,TItem extends com.github.jelmerk.knn.Item<TId,TVector>,TDistance> HnswVectorIndexRAM<TId,TVector,TItem,TDistance> |
HnswVectorIndexRAM.load(InputStream inputStream,
ClassLoader classLoader) |
|
static <TId,TVector,TItem extends com.github.jelmerk.knn.Item<TId,TVector>,TDistance> HnswVectorIndexRAM<TId,TVector,TItem,TDistance> |
HnswVectorIndexRAM.load(Path path) |
|
static <TId,TVector,TItem extends com.github.jelmerk.knn.Item<TId,TVector>,TDistance> HnswVectorIndexRAM<TId,TVector,TItem,TDistance> |
HnswVectorIndexRAM.load(Path path,
ClassLoader classLoader) |
|