knncolle
Collection of KNN methods in C++
Loading...
Searching...
No Matches
knncolle::L2NormalizedPrebuiltTypes Struct Reference

Template type of a saved L2-normalized index. More...

#include <load_prebuilt.hpp>

Public Attributes

knncolle::NumericType normalized
 

Detailed Description

Template type of a saved L2-normalized index.

Instances are typically created by load_l2normalized_prebuilt_types().

Member Data Documentation

◆ normalized

knncolle::NumericType knncolle::L2NormalizedPrebuiltTypes::normalized

Type of the L2-normalized data.


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