|
knncolle
Collection of KNN methods in C++
|
Options for VptreeBuilder construction.
More...
#include <Vptree.hpp>
Public Attributes | |
| std::optional< typename std::mt19937_64::result_type > | seed |
Options for VptreeBuilder construction.
| 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.