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

Method metric

python_bindings/symqg_bindings.cpp:99–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 [[nodiscard]] size_t num_points() const { return num_points_; }
98 [[nodiscard]] bool is_built() const { return built_; }
99 [[nodiscard]] std::string metric() const { return metric_to_string(metric_); }
100
101 private:
102 SymqgIndex() = default;

Callers

nothing calls this directly

Calls 1

metric_to_stringFunction · 0.85

Tested by

no test coverage detected