- faiss_IndexIVFFlat_add_core
int faiss_IndexIVFFlat_add_core(FaissIndexIVFFlat* index, idx_t n, const(float)* x, const(idx_t)* xids, const(long)* precomputed_idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- faiss_IndexIVFFlat_cast
FaissIndexIVFFlat* faiss_IndexIVFFlat_cast(FaissIndex* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- faiss_IndexIVFFlat_free
void faiss_IndexIVFFlat_free(FaissIndexIVFFlat* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- faiss_IndexIVFFlat_new
int faiss_IndexIVFFlat_new(FaissIndexIVFFlat** p_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- faiss_IndexIVFFlat_new_with
int faiss_IndexIVFFlat_new_with(FaissIndexIVFFlat** p_index, FaissIndex* quantizer, size_t d, size_t nlist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- faiss_IndexIVFFlat_new_with_metric
int faiss_IndexIVFFlat_new_with_metric(FaissIndexIVFFlat** p_index, FaissIndex* quantizer, size_t d, size_t nlist, FaissMetricType metric)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- faiss_IndexIVFFlat_nlist
size_t faiss_IndexIVFFlat_nlist(const(FaissIndexIVFFlat)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- faiss_IndexIVFFlat_nprobe
size_t faiss_IndexIVFFlat_nprobe(const(FaissIndexIVFFlat)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- faiss_IndexIVFFlat_own_fields
int faiss_IndexIVFFlat_own_fields(const(FaissIndexIVFFlat)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- faiss_IndexIVFFlat_quantizer
FaissIndex* faiss_IndexIVFFlat_quantizer(const(FaissIndexIVFFlat)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- faiss_IndexIVFFlat_quantizer_trains_alone
char faiss_IndexIVFFlat_quantizer_trains_alone(const(FaissIndexIVFFlat)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- faiss_IndexIVFFlat_set_nprobe
void faiss_IndexIVFFlat_set_nprobe(FaissIndexIVFFlat* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- faiss_IndexIVFFlat_set_own_fields
void faiss_IndexIVFFlat_set_own_fields(FaissIndexIVFFlat* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- faiss_IndexIVFFlat_update_vectors
int faiss_IndexIVFFlat_update_vectors(FaissIndexIVFFlat* index, int nv, idx_t* idx, const(float)* v)
Update a subset of vectors.