| computeTfIdfWeights(float default_weight=1.0f) | vt::Database | |
| computeVector(const std::vector< Word > &document, DocumentVector &v) const | vt::Database | [private] |
| Database(uint32_t num_words=0) | vt::Database | |
| database_vectors_ | vt::Database | [private] |
| DocumentVector typedef | vt::Database | [private] |
| find(const std::vector< Word > &document, size_t N, std::vector< Match > &matches) const | vt::Database | |
| findAndInsert(const std::vector< Word > &document, size_t N, std::vector< Match > &matches) | vt::Database | |
| insert(const std::vector< Word > &document) | vt::Database | |
| InvertedFile typedef | vt::Database | [private] |
| loadWeights(const std::string &file) | vt::Database | |
| normalize(DocumentVector &v) | vt::Database | [private, static] |
| saveWeights(const std::string &file) const | vt::Database | |
| sparseDistance(const DocumentVector &v1, const DocumentVector &v2) | vt::Database | [private, static] |
| word_files_ | vt::Database | [private] |
| word_weights_ | vt::Database | [private] |