vocabtree  0.0.1
bench_config.hpp
Go to the documentation of this file.
1 #pragma once
2 #include <string>
3 
4 /// This header is automatically generated. Do not modify.
5 /// Contains information about datasets for running tests.
6 
7 const static std::string s_simple_data_dir = "/home/psastras/vocabtree/data/simple/";
8 const static std::string s_simple_database_location = "/home/psastras/vocabtree/data/simple/db_simple.bin";
9 
10 const static std::string s_oxford_data_dir = "/home/psastras/vocabtree/data/oxford/";
11 const static std::string s_oxford_database_location = "/home/psastras/vocabtree/data/oxford/db_oxford.bin";
12 const static int s_oxford_num_clusters = 32768;
13 
14 const static std::string s_oxford100k_data_dir = "/home/psastras/vocabtree/data/oxford100k/";
15 const static std::string s_oxford100k_database_location = "/home/psastras/vocabtree/data/oxford100k/db_oxford100k.bin";
16 const static int s_oxford100k_num_clusters = 65536;
17 
18 const static std::string s_oxfordmini_data_dir = "/home/psastras/vocabtree/data/oxfordmini/";
19 const static std::string s_oxfordmini_database_location = "/home/psastras/vocabtree/data/oxfordmini/db_oxfordmini.bin";
20 
21 const static std::string s_holidays_data_dir = "/home/psastras/vocabtree/data/holidays/";
22 const static std::string s_holidays_database_location = "/home/psastras/vocabtree/data/holidays/db_holidays.bin";