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

Method metric

python_bindings/ivf_bindings.cpp:134–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 [[nodiscard]] size_t nbits() const { return nbits_; }
133 [[nodiscard]] bool is_built() const { return built_; }
134 [[nodiscard]] std::string metric() const { return metric_to_string(metric_); }
135
136 private:
137 IvfIndex() = default;

Callers

nothing calls this directly

Calls 1

metric_to_stringFunction · 0.85

Tested by

no test coverage detected