mattjj / pyhsmm

MIT License
548 stars 173 forks source link

WeakLimitHDPHMM should not extend _HMMMeanField #78

Open slinderman opened 7 years ago

slinderman commented 7 years ago

The weak limit transitions class does not support expectations necessary for mean field. We should either support those expectations (probably doesn't even make sense for "weak limit" models) or we should fix up the inheritance so that WeakLimitHDPHMM doesn't expose mean field methods.