vocabtree  0.0.1
BagOfWords::MatchResults Struct Reference

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

#include <bag_of_words.hpp>

Inheritance diagram for BagOfWords::MatchResults:
Collaboration diagram for BagOfWords::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 bag_of_words.hpp.

Field Documentation

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

Definition at line 25 of file bag_of_words.hpp.


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