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

Template types of a saved Annoy index. More...

#include <load_annoy_prebuilt.hpp>

Public Attributes

knncolle::NumericType index
 
knncolle::NumericType data
 
std::string distance
 

Detailed Description

Template types of a saved Annoy index.

Instances are typically created by load_annoy_prebuilt_types().

Member Data Documentation

◆ data

knncolle::NumericType knncolle_annoy::AnnoyPrebuiltTypes::data

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

◆ distance

std::string knncolle_annoy::AnnoyPrebuiltTypes::distance

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

◆ index

knncolle::NumericType knncolle_annoy::AnnoyPrebuiltTypes::index

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


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