|
vocabtree
0.0.1
|


Go to the source code of this file.
Data Structures | |
| class | InvertedIndex |
| Implements a Bag of Words based (BoW) image search using an inverted index. More... | |
| struct | InvertedIndex::TrainParams |
| Subclass of train params base which specifies inverted index training parameters. More... | |
| struct | InvertedIndex::SearchParams |
| Subclass of train params base which specifies inverted index training parameters. More... | |
| struct | InvertedIndex::MatchResults |
| Subclass of match results base which also returns scores. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &out, const InvertedIndex::MatchResults &match_results) |
| Prints out information about the match results. More... | |
| std::ostream& operator<< | ( | std::ostream & | out, |
| const InvertedIndex::MatchResults & | match_results | ||
| ) |
Prints out information about the match results.
Definition at line 162 of file inverted_index.cxx.
References MatchResultsBase::matches, and InvertedIndex::MatchResults::tfidf_scores.