knncolle_annoy
Annoy nearest neighbors in knncolle
Loading...
Searching...
No Matches
knncolle_annoy::PrebuiltSaveConfig Struct Reference

Configuration of a saved Annoy index. More...

#include <utils.hpp>

Public Attributes

NumericType index
 
NumericType data
 
std::string distance
 

Detailed Description

Configuration of a saved Annoy index.

Instances are typically created by scan_prebuilt_save_config().

Member Data Documentation

◆ data

NumericType knncolle_annoy::PrebuiltSaveConfig::data

Type of the index, i.e., AnnoyData_ in AnnoyBuilder().

◆ distance

std::string knncolle_annoy::PrebuiltSaveConfig::distance

Name of the distance metric, i.e., AnnoyDistance_ in AnnoyBuilder().

◆ index

NumericType knncolle_annoy::PrebuiltSaveConfig::index

Type of the index, i.e., AnnoyIndex_ in AnnoyBuilder().


The documentation for this struct was generated from the following file: