Uses of Interface
io.github.jbellis.jvector.util.Bits
Packages that use Bits
-
Uses of Bits in io.github.jbellis.jvector.graph
Methods in io.github.jbellis.jvector.graph with parameters of type BitsModifier and TypeMethodDescriptionGraphSearcher.search(NeighborSimilarity.ScoreFunction scoreFunction, NeighborSimilarity.ReRanker<T> reRanker, int topK, Bits acceptOrds) static <T> SearchResultGraphSearcher.search(T targetVector, int topK, RandomAccessVectorValues<T> vectors, VectorEncoding vectorEncoding, VectorSimilarityFunction similarityFunction, GraphIndex<T> graph, Bits acceptOrds) Convenience function for simple one-off searches. -
Uses of Bits in io.github.jbellis.jvector.util
Classes in io.github.jbellis.jvector.util that implement BitsModifier and TypeClassDescriptionstatic classBits impl of the specified length with all bits set.static classBits impl of the specified length with no bits set.classBase implementation for a bit set.final classBitSet of fixed length (numBits), backed by accessible (FixedBitSet.getBits()) long[], accessed with an int index, implementingBits.classABitSetimplementation that grows as needed to accommodate set(index) calls.classA bit set that only stores longs that have at least one bit which is set.Methods in io.github.jbellis.jvector.util with parameters of type Bits