Interface RamAwareVectorValues
- All Superinterfaces:
io.github.jbellis.jvector.graph.RandomAccessVectorValues<float[]>
- All Known Implementing Classes:
CompactionVectorValues,ConcurrentVectorValues
public interface RamAwareVectorValues
extends io.github.jbellis.jvector.graph.RandomAccessVectorValues<float[]>
-
Method Summary
Methods inherited from interface io.github.jbellis.jvector.graph.RandomAccessVectorValues
copy, dimension, isValueShared, size
-
Method Details
-
vectorValue
float[] vectorValue(int i) - Specified by:
vectorValuein interfaceio.github.jbellis.jvector.graph.RandomAccessVectorValues<float[]>
-