From 541b295ab92df39b2dfa40421343f612568fb019 Mon Sep 17 00:00:00 2001 From: LTLA Date: Sun, 11 Aug 2024 19:58:17 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20knncolle?= =?UTF-8?q?/knncolle=5Fhnsw@02d5c729ad2e60b57819ac4b5982e4e3f106c620=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...nncolle__hnsw_1_1HnswSearcher-members.html | 7 +- docs/classknncolle__hnsw_1_1HnswSearcher.html | 10 + docs/index.html | 5 +- docs/knncolle__hnsw_8hpp.html | 2 + docs/knncolle__hnsw_8hpp_source.html | 516 +++++++++--------- docs/search/all_0.js | 2 +- docs/search/all_1.js | 9 +- docs/search/all_10.js | 10 +- docs/search/all_11.js | 7 +- docs/search/all_12.js | 8 +- docs/search/all_13.js | 6 + docs/search/all_2.js | 13 +- docs/search/all_4.js | 8 +- docs/search/all_7.js | 2 +- docs/search/all_8.js | 2 +- docs/search/all_9.js | 10 +- docs/search/all_a.js | 10 +- docs/search/all_b.js | 9 +- docs/search/all_c.js | 8 +- docs/search/all_d.js | 6 +- docs/search/all_e.js | 3 +- docs/search/all_f.js | 9 +- docs/search/classes_5.js | 7 +- docs/search/classes_6.js | 5 +- docs/search/classes_7.js | 6 +- docs/search/classes_8.js | 7 +- docs/search/classes_9.js | 4 +- docs/search/classes_a.js | 4 + docs/search/files_4.js | 2 +- docs/search/files_5.js | 2 +- docs/search/files_6.js | 2 +- docs/search/files_7.js | 2 +- docs/search/files_8.js | 4 + docs/search/functions_0.js | 2 +- docs/search/functions_1.js | 3 +- docs/search/functions_2.js | 3 +- docs/search/functions_3.js | 3 +- docs/search/functions_4.js | 3 +- docs/search/functions_5.js | 3 +- docs/search/functions_6.js | 2 +- docs/search/functions_7.js | 5 +- docs/search/functions_8.js | 4 +- docs/search/functions_9.js | 4 +- docs/search/functions_a.js | 4 +- docs/search/functions_b.js | 4 + docs/search/functions_c.js | 7 + docs/search/functions_d.js | 4 + docs/search/namespaces_0.js | 2 +- docs/search/searchdata.js | 10 +- docs/search/typedefs_2.js | 2 +- docs/search/typedefs_3.js | 4 + 51 files changed, 420 insertions(+), 356 deletions(-) create mode 100644 docs/search/all_13.js create mode 100644 docs/search/classes_a.js create mode 100644 docs/search/files_8.js create mode 100644 docs/search/functions_b.js create mode 100644 docs/search/functions_c.js create mode 100644 docs/search/functions_d.js create mode 100644 docs/search/typedefs_3.js diff --git a/docs/classknncolle__hnsw_1_1HnswSearcher-members.html b/docs/classknncolle__hnsw_1_1HnswSearcher-members.html index 9348dcf..d8da677 100644 --- a/docs/classknncolle__hnsw_1_1HnswSearcher-members.html +++ b/docs/classknncolle__hnsw_1_1HnswSearcher-members.html @@ -80,8 +80,11 @@

This is the complete list of members for knncolle_hnsw::HnswSearcher< Dim_, Index_, Float_, InternalData_ >, including all inherited members.

- - + + + + +
search(Index_ i, Index_ k, std::vector< Index_ > *output_indices, std::vector< Float_ > *output_distances) (defined in knncolle_hnsw::HnswSearcher< Dim_, Index_, Float_, InternalData_ >)knncolle_hnsw::HnswSearcher< Dim_, Index_, Float_, InternalData_ >inlinevirtual
search(const Float_ *query, Index_ k, std::vector< Index_ > *output_indices, std::vector< Float_ > *output_distances) (defined in knncolle_hnsw::HnswSearcher< Dim_, Index_, Float_, InternalData_ >)knncolle_hnsw::HnswSearcher< Dim_, Index_, Float_, InternalData_ >inlinevirtual
can_search_all() constknncolle::Searcher< Index_, Float_ >virtual
search(Index_ i, Index_ k, std::vector< Index_ > *output_indices, std::vector< Float_ > *output_distances) (defined in knncolle_hnsw::HnswSearcher< Dim_, Index_, Float_, InternalData_ >)knncolle_hnsw::HnswSearcher< Dim_, Index_, Float_, InternalData_ >inlinevirtual
search(const Float_ *query, Index_ k, std::vector< Index_ > *output_indices, std::vector< Float_ > *output_distances) (defined in knncolle_hnsw::HnswSearcher< Dim_, Index_, Float_, InternalData_ >)knncolle_hnsw::HnswSearcher< Dim_, Index_, Float_, InternalData_ >inlinevirtual
search_all(Index_ i, Float_ distance, std::vector< Index_ > *output_indices, std::vector< Float_ > *output_distances)knncolle::Searcher< Index_, Float_ >virtual
search_all(const Float_ *query, Float_ distance, std::vector< Index_ > *output_indices, std::vector< Float_ > *output_distances)knncolle::Searcher< Index_, Float_ >virtual