I am recently working with Mallet to conduct LDA Topic Modeling. I recognized that I am able to pass the alpha hyperparameter for the algorithm to Mallet, but the LDAMallet class does not contain any variable for the beta parameter. Can you guys tell me how that comes? I know I can turn on hyperparameter optimization every n intervals, which will recalculate an optimal value for the parameters, but even there I dont know by what criteria they are optimized.
Best, Nero