小编use*_*316的帖子

拟合后如何从 sklearn GMM 中的每个组件获取标准差

拟合后如何获得sklearn GMM中每个分量的标准差?

model.fit(dataSet)
model.means_ is the means of each components.
model.weights_ is the co-efficient of each components.
Run Code Online (Sandbox Code Playgroud)

在哪里可以找到每个高斯分量的偏差?

谢谢,

python-2.7 scikit-learn

5
推荐指数
1
解决办法
5264
查看次数

标签 统计

python-2.7 ×1

scikit-learn ×1