This is the complete list of members for faiss::IndexIVF, including all inherited members.
add(idx_t n, const float *x) override | faiss::IndexIVF | virtual |
add_with_ids(idx_t n, const float *x, const idx_t *xids) override | faiss::IndexIVF | virtual |
assign(idx_t n, const float *x, idx_t *labels, idx_t k=1) | faiss::Index | |
check_compatible_for_merge(const IndexIVF &other) const | faiss::IndexIVF | |
clustering_index | faiss::Level1Quantizer | |
code_size | faiss::IndexIVF | |
component_t typedef (defined in faiss::Index) | faiss::Index | |
compute_residual(const float *x, float *residual, idx_t key) const | faiss::Index | |
copy_subset_to(IndexIVF &other, int subset_type, idx_t a1, idx_t a2) const | faiss::IndexIVF | virtual |
cp | faiss::Level1Quantizer | |
d | faiss::Index | |
direct_map (defined in faiss::IndexIVF) | faiss::IndexIVF | |
display() const | faiss::Index | |
distance_t typedef (defined in faiss::Index) | faiss::Index | |
encode_vectors(idx_t n, const float *x, const idx_t *list_nos, uint8_t *codes) const =0 | faiss::IndexIVF | pure virtual |
get_InvertedListScanner(bool store_pairs=false) const | faiss::IndexIVF | virtual |
get_list_size(size_t list_no) const (defined in faiss::IndexIVF) | faiss::IndexIVF | inline |
idx_t typedef | faiss::Index | |
Index(idx_t d=0, MetricType metric=METRIC_L2) (defined in faiss::Index) | faiss::Index | inlineexplicit |
IndexIVF(Index *quantizer, size_t d, size_t nlist, size_t code_size, MetricType metric=METRIC_L2) | faiss::IndexIVF | |
IndexIVF() (defined in faiss::IndexIVF) | faiss::IndexIVF | |
invlists | faiss::IndexIVF | |
is_trained | faiss::Index | |
Level1Quantizer(Index *quantizer, size_t nlist) (defined in faiss::Level1Quantizer) | faiss::Level1Quantizer | |
Level1Quantizer() (defined in faiss::Level1Quantizer) | faiss::Level1Quantizer | |
maintain_direct_map | faiss::IndexIVF | |
make_direct_map(bool new_maintain_direct_map=true) | faiss::IndexIVF | |
max_codes | faiss::IndexIVF | |
merge_from(IndexIVF &other, idx_t add_id) | faiss::IndexIVF | virtual |
metric_type | faiss::Index | |
nlist | faiss::Level1Quantizer | |
nprobe | faiss::IndexIVF | |
ntotal | faiss::Index | |
own_fields | faiss::Level1Quantizer | |
own_invlists (defined in faiss::IndexIVF) | faiss::IndexIVF | |
parallel_mode | faiss::IndexIVF | |
quantizer | faiss::Level1Quantizer | |
quantizer_trains_alone | faiss::Level1Quantizer | |
range_search(idx_t n, const float *x, float radius, RangeSearchResult *result) const override | faiss::IndexIVF | virtual |
range_search_preassigned(idx_t nx, const float *x, float radius, const idx_t *keys, const float *coarse_dis, RangeSearchResult *result) const (defined in faiss::IndexIVF) | faiss::IndexIVF | |
reconstruct(idx_t key, float *recons) const override | faiss::IndexIVF | virtual |
reconstruct_from_offset(idx_t list_no, idx_t offset, float *recons) const | faiss::IndexIVF | virtual |
reconstruct_n(idx_t i0, idx_t ni, float *recons) const override | faiss::IndexIVF | virtual |
remove_ids(const IDSelector &sel) override | faiss::IndexIVF | virtual |
replace_invlists(InvertedLists *il, bool own=false) | faiss::IndexIVF | |
reset() override | faiss::IndexIVF | virtual |
search(idx_t n, const float *x, idx_t k, float *distances, idx_t *labels) const override | faiss::IndexIVF | virtual |
search_and_reconstruct(idx_t n, const float *x, idx_t k, float *distances, idx_t *labels, float *recons) const override | faiss::IndexIVF | virtual |
search_preassigned(idx_t n, const float *x, idx_t k, const idx_t *assign, const float *centroid_dis, float *distances, idx_t *labels, bool store_pairs, const IVFSearchParameters *params=nullptr) const | faiss::IndexIVF | virtual |
train(idx_t n, const float *x) override | faiss::IndexIVF | virtual |
train_q1(size_t n, const float *x, bool verbose, MetricType metric_type) | faiss::Level1Quantizer | |
train_residual(idx_t n, const float *x) | faiss::IndexIVF | virtual |
verbose | faiss::Index | |
~Index() (defined in faiss::Index) | faiss::Index | virtual |
~IndexIVF() override (defined in faiss::IndexIVF) | faiss::IndexIVF | |
~Level1Quantizer() (defined in faiss::Level1Quantizer) | faiss::Level1Quantizer |