vocabtree  0.0.1
InvertedIndex::MatchResults Struct Reference

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

#include <inverted_index.hpp>

Inheritance diagram for InvertedIndex::MatchResults:
Collaboration diagram for InvertedIndex::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 24 of file inverted_index.hpp.

Field Documentation

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

Definition at line 25 of file inverted_index.hpp.

Referenced by operator<<().


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