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

Options for VptreeBuilder construction. More...

#include <Vptree.hpp>

Public Attributes

std::optional< typename std::mt19937_64::result_type > seed
 

Detailed Description

Options for VptreeBuilder construction.

Member Data Documentation

◆ seed

std::optional<typename std::mt19937_64::result_type> knncolle::VptreeOptions::seed

Random seed for VP tree construction. If not specified, a seed is deterministically generated based on the dimensions of the dataset.


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