Skip to content

Commit

Permalink
More LDA samples.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong Ge committed May 2, 2017
1 parent de0bfdf commit 90763dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/lda.run.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include("benchmarkhelper.jl")
include("lda-stan.data.jl")
include("lda.model.jl")

bench_res = tbenchmark("HMCDA(300, 0.65, 1.5)", "ldamodel", "data=ldastandata[1]")
bench_res = tbenchmark("HMCDA(1000, 0.65, 1.5)", "ldamodel", "data=ldastandata[1]")
bench_res[4].names = ["phi[1]", "phi[2]"]
logd = build_logd("LDA", bench_res...)

Expand Down

0 comments on commit 90763dc

Please sign in to comment.