|
knncolle_annoy
Annoy nearest neighbors in knncolle
|
Configuration of a saved Annoy index. More...
#include <utils.hpp>
Public Attributes | |
| NumericType | index |
| NumericType | data |
| std::string | distance |
Configuration of a saved Annoy index.
Instances are typically created by scan_prebuilt_save_config().
| NumericType knncolle_annoy::PrebuiltSaveConfig::data |
Type of the index, i.e., AnnoyData_ in AnnoyBuilder().
| std::string knncolle_annoy::PrebuiltSaveConfig::distance |
Name of the distance metric, i.e., AnnoyDistance_ in AnnoyBuilder().
| NumericType knncolle_annoy::PrebuiltSaveConfig::index |
Type of the index, i.e., AnnoyIndex_ in AnnoyBuilder().