問題タブ [hmmlearn]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
hidden-markov-models - GMMHMM (hmmlearn でガウス混合物放出を使用した隠れマルコフ モデル) を多数の混合物で実行できない
Gaussian Mixture Model
49792 サンプルの時系列に次の構成を使用して、hmmlearn パッケージ内で使用しようとしています。
次のエラーが表示されます。
ValueError: n_samples=3 は >= n_clusters=5 である必要があります
エラーがスローされている理由 n_samples = 3 を理解できません (最初の random の間にclustering
、一部のクラスターのサンプル数が非常に少なくなるようです)。この問題を回避する方法はありますか?