TypeTopicCounts Member List
This is the complete list of members for
TypeTopicCounts, including all inherited members.
clear_stats() | TypeTopicCounts | [protected] |
destroy() | TypeTopicCounts | [protected] |
dump(string fname) | TypeTopicCounts | |
equal(const TypeTopicCounts &expected) | TypeTopicCounts | |
estimate_alphas(double *alphas, double &alpha_sum) | TypeTopicCounts | |
estimate_fit(string fname, WordIndexDictionary *dict) | TypeTopicCounts | [static] |
estimate_fit(string fname, float used_memory, int &incoming_words) | TypeTopicCounts | [static] |
estimate_memoryn_warn(long num_elems) | TypeTopicCounts | [protected] |
get_counts(word_t word, topicCounts *tc) | TypeTopicCounts | |
get_counts(atomic< topic_t > *tc) | TypeTopicCounts | |
get_lock(word_t word) | TypeTopicCounts | |
get_num_topics() | TypeTopicCounts | |
get_num_words() | TypeTopicCounts | |
get_topic_stats() | TypeTopicCounts | |
init(topic_t num_topics_) | TypeTopicCounts | [protected] |
initialize(topicCounts *wtc, atomic< topic_t > *tc, word_t word=0) | TypeTopicCounts | |
initialize(topicCounts **wtc, atomic< topic_t > *tc) | TypeTopicCounts | |
initialize_from_docs(string wfname, string tfname) | TypeTopicCounts | |
initialize_from_dump(string fname, WordIndexDictionary *local_dict=NULL, WordIndexDictionary *global_dict=NULL, size_t offset=0) | TypeTopicCounts | |
initialize_from_string(word_t word, string &counts) | TypeTopicCounts | |
initialize_from_ttc(TypeTopicCounts *ttc) | TypeTopicCounts | |
Memcached_Synchronizer class | TypeTopicCounts | [friend] |
num_topics | TypeTopicCounts | [protected] |
print(word_t word) | TypeTopicCounts | |
print() | TypeTopicCounts | |
replace(word_t word, topicCounts &tc) | TypeTopicCounts | |
tokens_per_topic | TypeTopicCounts | [protected] |
top_topics | TypeTopicCounts | [protected] |
topic_stats | TypeTopicCounts | [protected] |
TypeTopicCounts() | TypeTopicCounts | |
TypeTopicCounts(word_t num_words, topic_t num_topics) | TypeTopicCounts | |
upd_count(word_t word, topic_t old_topic, topic_t new_topic, bool ignore_old_topic=false) | TypeTopicCounts | |
upd_count(word_t word, mapped_vec delta, string dbg="") | TypeTopicCounts | |
verify_header(DocumentReader &doc_rdr) | TypeTopicCounts | |
~TypeTopicCounts() | TypeTopicCounts | [virtual] |