vocabtree
0.0.1
Main Page
Namespaces
Data Structures
Files
File List
Globals
tests_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_oxfordmini_data_dir
=
"/home/psastras/vocabtree/data/oxfordmini/"
;
15
const
static
std::string
s_oxfordmini_database_location
=
"/home/psastras/vocabtree/data/oxfordmini/db_oxfordmini.bin"
;
16
17
const
static
std::string
s_oxford100k_data_dir
=
"/home/psastras/vocabtree/data/oxford100k/"
;
18
const
static
std::string
s_oxford100k_database_location
=
"/home/psastras/vocabtree/data/oxford100k/db_oxford100k.bin"
;
19
const
static
int
s_oxford100k_num_clusters
= 65536;
modules
tests
tests_config.hpp
Generated by
1.8.3.1