I compiled and run hlda-cpp with a command "./hlda jacm.dat settings.txt"
my settings.txt is:
DEPTH 8
ETA 5e-4 5e-4 5e-4 5e-4 5e-4 5e-4 5e-4 5e-4
GAM 1.0 1.0 1.0 1.0 1.0 1.0 1.0 // not used in hlda-cpp, but i still put it there
GEM_MEAN 0.5
GEM_SCALE 100
SCALING_SHAPE 1.0
SCALING_SCALE 0.5
SAMPLE_ETA 1
SAMPLE_GEM 1
The output of the program displayed the information like this:
Random seed = 1394288024
Number of documents in corpus: 3
Number of distinct words in corpus: 1809
Number of words in corpus: 347
Gem_score: -374.284
Eta_score: -9276.18
Gamma_score: 0
Score: -9650.46
Gibbs score = -9650.46
Best initial state at iteration: 0 score -9650.46
Number of documents in corpus: 3
Number of distinct words in corpus: 1809
Number of words in corpus: 347
.....
However, none of them are about the hierarchies of the topic.
Where is the output containing the hierarchies of topics?