pyhsmm
pyhsmm copied to clipboard
WeakLimitHDPHMM should not extend _HMMMeanField
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.