Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 HMMlearn。我有 4 组不同的观察结果,我将它们连接起来。我用适合,来学习嗯。
首先,为什么转移矩阵等于零?
其次,为什么modell.means_会产生一个与数据维度相同的矩阵?
我修好了它。问题是数据就像一个长度为 1 的一维数组。我使用 np.reshape(data, (-1, 1)) 修复了它