|
vocabtree
0.0.1
|
Subclass of match results base which also returns scores. More...
#include <bag_of_words.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 bag_of_words.hpp.
| std::vector<float> BagOfWords::MatchResults::tfidf_scores |
Definition at line 25 of file bag_of_words.hpp.