Can I get more precise answers in the verbose option of fitlda.

4 次查看(过去 30 天)
Specifically, I want more digits for the training perplexity of each iteration.
Why I need it:
I am trying to calculate the batch mean standard errors of perplexity of fitlda. This error is much smaller than the training perplexity, so I don't get an accurate estimate of standard error.
For details on the equation see:
Jones, Galin L, Murali Haran, Brian S Caffo, and Ronald Neath, "Fixed-width output analysis for Markov chain Monte Carlo," Journal of the American Statistical Association, 2006, 101 (476), 1537-1547.

采纳的回答

Stephen Bruestle
Stephen Bruestle 2019-1-24
I discovered the answer myself.
The answer is yes. Instead of relying on the verbose (printed) output, you rely on the model fit statistics. After running fitlda, click "FitInfo", then "History", and then "Perplexity".
To get it as a matrix, use "mdl.FitInfo.History.Perplexity".

更多回答(0 个)

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by