#include <cassert>
#include <mtgl/util.hpp>
#include <mtgl/dynamic_array.hpp>
#include <mtgl/mtgl_adapter.hpp>
#include <mtgl/k_distance_neighborhood.hpp>
#include <mtgl/debug_utils.hpp>
#include <mtgl/static_graph_adapter.hpp>
#include "mtgl_test.hpp"
Functions | |
double | get_freq () |
template<typename graph_adapter > | |
void | test_knn (graph_adapter &ga, int v1, int v2, int v3, int v4, int k, const int dir) |
int | main (int argc, char *argv[]) |