#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[]) |
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[] | |||
) |