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