vocabtree  0.0.1
tests_config.hpp File Reference
#include <string>
Include dependency graph for tests_config.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static const std::string s_simple_data_dir = "/home/psastras/vocabtree/data/simple/"
 This header is automatically generated. More...
 
static const std::string s_simple_database_location = "/home/psastras/vocabtree/data/simple/db_simple.bin"
 
static const std::string s_oxford_data_dir = "/home/psastras/vocabtree/data/oxford/"
 
static const std::string s_oxford_database_location = "/home/psastras/vocabtree/data/oxford/db_oxford.bin"
 
static const int s_oxford_num_clusters = 32768
 
static const std::string s_oxfordmini_data_dir = "/home/psastras/vocabtree/data/oxfordmini/"
 
static const std::string s_oxfordmini_database_location = "/home/psastras/vocabtree/data/oxfordmini/db_oxfordmini.bin"
 
static const std::string s_oxford100k_data_dir = "/home/psastras/vocabtree/data/oxford100k/"
 
static const std::string s_oxford100k_database_location = "/home/psastras/vocabtree/data/oxford100k/db_oxford100k.bin"
 
static const int s_oxford100k_num_clusters = 65536
 

Variable Documentation

const std::string s_oxford100k_data_dir = "/home/psastras/vocabtree/data/oxford100k/"
static

Definition at line 17 of file tests_config.hpp.

const std::string s_oxford100k_database_location = "/home/psastras/vocabtree/data/oxford100k/db_oxford100k.bin"
static

Definition at line 18 of file tests_config.hpp.

const int s_oxford100k_num_clusters = 65536
static

Definition at line 19 of file tests_config.hpp.

const std::string s_oxford_data_dir = "/home/psastras/vocabtree/data/oxford/"
static

Definition at line 10 of file tests_config.hpp.

const std::string s_oxford_database_location = "/home/psastras/vocabtree/data/oxford/db_oxford.bin"
static

Definition at line 11 of file tests_config.hpp.

const int s_oxford_num_clusters = 32768
static

Definition at line 12 of file tests_config.hpp.

const std::string s_oxfordmini_data_dir = "/home/psastras/vocabtree/data/oxfordmini/"
static

Definition at line 14 of file tests_config.hpp.

const std::string s_oxfordmini_database_location = "/home/psastras/vocabtree/data/oxfordmini/db_oxfordmini.bin"
static

Definition at line 15 of file tests_config.hpp.

const std::string s_simple_data_dir = "/home/psastras/vocabtree/data/simple/"
static

This header is automatically generated.

Do not modify. Contains information about datasets for running tests.

Definition at line 7 of file tests_config.hpp.

const std::string s_simple_database_location = "/home/psastras/vocabtree/data/simple/db_simple.bin"
static

Definition at line 8 of file tests_config.hpp.