vocabtree  0.0.1
InvertedIndex::TrainParams Struct Reference

Subclass of train params base which specifies inverted index training parameters. More...

#include <inverted_index.hpp>

Inheritance diagram for InvertedIndex::TrainParams:
Collaboration diagram for InvertedIndex::TrainParams:

Data Fields

std::shared_ptr< BagOfWordsbag_of_words
 

Detailed Description

Subclass of train params base which specifies inverted index training parameters.

Definition at line 14 of file inverted_index.hpp.

Field Documentation

std::shared_ptr<BagOfWords> InvertedIndex::TrainParams::bag_of_words

Definition at line 15 of file inverted_index.hpp.

Referenced by InvertedIndex::train().


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