Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where can i find the hierarchies of the topic? #1

Open
yangzhou04 opened this issue Mar 8, 2014 · 3 comments
Open

Where can i find the hierarchies of the topic? #1

yangzhou04 opened this issue Mar 8, 2014 · 3 comments

Comments

@yangzhou04
Copy link

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?

@melifluos
Copy link

try the mode file

@alyoshark
Copy link
Owner

Sorry man, I'm not maintaining it but just forked over for ease of browsing

@gbosetti
Copy link

What do you mean with "mode file". There is no parameter for that and there is no mode to be changed in the source. What am I missing? (I'm alsotrying to get any result)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants