vocabtree  0.0.1
VocabTree::MatchResults Struct Reference

Subclass of match results base which also returns scores. More...

#include <vocab_tree.hpp>

Inheritance diagram for VocabTree::MatchResults:
Collaboration diagram for VocabTree::MatchResults:

Data Fields

std::vector< float > tfidf_scores
 
- Data Fields inherited from MatchResultsBase
std::vector< uint64_t > matches
 

Detailed Description

Subclass of match results base which also returns scores.

Definition at line 22 of file vocab_tree.hpp.

Field Documentation

std::vector<float> VocabTree::MatchResults::tfidf_scores

Definition at line 23 of file vocab_tree.hpp.


The documentation for this struct was generated from the following file: