modelStatus = est #dir = test trainingCorpusFileName = test/corpus.txt testCorpusFileName = test/testcorpus.txt linkGraphFileName = test/links.txt fullLinkGraphFileName = test/fullLinks.txt vocabFileName = test/vocab.txt modelName = model-test-2 thetaSuffix = .theta phiSuffix = .phi chiSuffix = .chi topicAssignSuffix = .tassign refDocAssignSuffix = .refdoc topWordsSuffix = .twords infSuffix = .inf #modelParameters topicSize = 3 alpha = 0.5 beta = 0.1 gamma = 0.1 iterNumber = 100 infIterNumber = 100 saveSteps = 20 topWords = 5