mattjj / pyhsmm

MIT License
550 stars 175 forks source link

What is the selection criteria of D in HSMM? #108

Open Wusir2018 opened 4 years ago

Wusir2018 commented 4 years ago

Hello, Thank you for your open code! What is the selection criteria for setting value of D? Why set D to maximum segment length in HSMM ? If D is set as the maximum segment length, then the state corresponding to some smaller segment must also last for D time to jump to the next state? Compared with HMM, will the result be worse? Could you help me? Best wishes