I am trying to use hLDA for topic modeling in mallet.Ihave already checked this. Using cmd
bin\mallet train-topics --input tutorial.mallet
according to thistutorial. By default LDA topic modeling is being performed. How can I change it into hLDA? Any suggestion would be helpful.