I want to export the trans matrix, and emission matrix from GaussianHMM in hmmlearn, and use those matrices as model parameters in forward algorithm written by c++, it's clear that "transmat_" attribute is the trans matrix,but how to get the emission matrix ? does "means_" attribute of model represent the emission matrix ? thanks !
please refer to hmmtrain method in matlab toolbox, the 2th element returned by hmmtrain is excactly the one i wanted to get from GaussianHMM in hmmlearn:
https://cn.mathworks.com/help/stats/hidden-markov-models-hmm.html#f8288