|
vocabtree
0.0.1
|
Subclass of match results base which also returns scores. More...
#include <inverted_index.hpp>


Data Fields | |
| std::vector< float > | tfidf_scores |
Data Fields inherited from MatchResultsBase | |
| std::vector< uint64_t > | matches |
Subclass of match results base which also returns scores.
Definition at line 24 of file inverted_index.hpp.
| std::vector<float> InvertedIndex::MatchResults::tfidf_scores |
Definition at line 25 of file inverted_index.hpp.
Referenced by operator<<().