Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_estdist
Function · 0.45
split_distance_boosting
Function · 0.45
qg_batch_estdist
Function · 0.45
search
Method · 0.45
find_candidates
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected