knncolle
Collection of KNN methods in C++
Loading...
Searching...
No Matches
cap_k.hpp File Reference

Cap the number of requested neighbors. More...

#include "sanisizer/sanisizer.hpp"
Include dependency graph for cap_k.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  knncolle
 Collection of KNN algorithms.
 

Functions

template<typename Index_ >
int knncolle::cap_k (int k, Index_ num_observations)
 
template<typename Index_ >
int knncolle::cap_k_query (int k, Index_ num_observations)
 

Detailed Description

Cap the number of requested neighbors.