MCPcopy Create free account
hub / github.com/VectorDB-NTU/RaBitQ-Library / g_add

Method g_add

include/rabitqlib/index/query.hpp:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 [[nodiscard]] T k1xsumq() const { return G_k1xSumq_; }
41
42 [[nodiscard]] T g_add() const { return G_add_; }
43
44 void set_g_add(T dist) {
45 // For L2, dist is the compute by euclidean_sqr()

Callers 5

split_batch_estdistFunction · 0.45
split_distance_boostingFunction · 0.45
qg_batch_estdistFunction · 0.45
searchMethod · 0.45
find_candidatesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected