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

    Modifier and Type
    Method
    Description
    float[]
    vectorValue(int i)
     

    Methods inherited from interface io.github.jbellis.jvector.graph.RandomAccessVectorValues

    copy, dimension, isValueShared, size
  • Method Details

    • vectorValue

      float[] vectorValue(int i)
      Specified by:
      vectorValue in interface io.github.jbellis.jvector.graph.RandomAccessVectorValues<float[]>