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

Method metric

python_bindings/hnsw_bindings.cpp:148–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 [[nodiscard]] bool is_built() const { return built_; }
147 [[nodiscard]] size_t num_clusters() const { return num_clusters_; }
148 [[nodiscard]] std::string metric() const { return metric_to_string(metric_); }
149
150 private:
151 HnswIndex() = default;

Callers

nothing calls this directly

Calls 1

metric_to_stringFunction · 0.85

Tested by

no test coverage detected