|
GENIE
|
#include <vector>#include <utility>Go to the source code of this file.
Namespaces | |
| genie | |
| This is the top-level namespace of the project. | |
Typedefs | |
| typedef std::vector< std::vector< int > > | genie::TableData |
| Raw table data format used for building the table. More... | |
| typedef std::vector< std::vector< int > > | genie::QueryData |
| Raw query data format used for building the queries. More... | |
| typedef std::pair< std::vector< int >, std::vector< int > > | genie::SearchResult |
| Matching result (top K's ID and count). More... | |