src/Unigram_Model/Merge/Merge_Topic_Counts.cpp File Reference

#include "gflags/gflags.h"
#include "glog/logging.h"
#include "WordIndexDictionary.h"
#include "TopicLearner/TypeTopicCounts.h"
#include "TopicLearner/Synchronizer_Helper.h"
#include "TopicLearner/DM_Client.h"

Functions

 DEFINE_int32 (clientid,-1,"The id that this client should use and means that this is now a part of the multi-machine setup")
 DEFINE_string (servers,"specify","The set of all memcached servers that are storing the state. E.g. 192.168.0.1, 192.168.0.3:44, 200.132.12.34")
 DEFINE_string (outputprefix,"lda","A prefix that will be used with all files output by the program")
 DEFINE_string (globaldictionary,"specify","The global dictionary; topic counts of parts of which have to be retrieved")
 DEFINE_int32 (topics, 100,"The number of topics to be used by LDA.")
int main (int argc, char *argv[])

Function Documentation

DEFINE_int32 ( topics  ,
100  ,
"The number of topics to be used by LDA."   
)
DEFINE_int32 ( clientid  ,
1,
"The id that this client should use and means that this is now a part of the multi-machine setup"   
)
DEFINE_string ( globaldictionary  ,
"specify"  ,
"The global dictionary; topic counts of parts of which have to be retrieved"   
)
DEFINE_string ( outputprefix  ,
"lda"  ,
"A prefix that will be used with all files output by the program"   
)
DEFINE_string ( servers  ,
"specify"  ,
"The set of all memcached servers that are storing the state. E.g. 192.168.0.  1,
192.168.0.3:44  ,
200.132.12.34"   
)
int main ( int  argc,
char *  argv[] 
)
Generated on Tue Jul 19 11:45:25 2011 for Y!LDA by  doxygen 1.6.3