mattjj / pyhsmm

MIT License
545 stars 172 forks source link

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

Open Wusir2018 opened 3 years ago

Wusir2018 commented 3 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