结构体 faiss::HNSWStats

struct HNSWStats

公共函数

inline void reset()

跳数,即遍历的边的数量

inline void combine(const HNSWStats &other)

公共成员

size_t n1 = 0
size_t n2 = 0

搜索的向量数量

size_t ndis = 0

候选列表已用尽的查询数量

size_t nhops = 0

计算的距离数量