|
vocabtree
0.0.1
|
Subclass of train params base which specifies inverted index training parameters. More...
#include <inverted_index.hpp>


Data Fields | |
| std::shared_ptr< BagOfWords > | bag_of_words |
Subclass of train params base which specifies inverted index training parameters.
Definition at line 14 of file inverted_index.hpp.
| std::shared_ptr<BagOfWords> InvertedIndex::TrainParams::bag_of_words |
Definition at line 15 of file inverted_index.hpp.
Referenced by InvertedIndex::train().