如何在贴合后获得sklearn GMM中每个组件的标准偏差?

时间:2018-04-10 07:34:00

标签: python-3.x python-2.7 machine-learning scikit-learn gmm

如何在贴合后获得sklearn GMM中每个组件的标准偏差?

model.fit(dataSet)
model.means_ is the means of each components.
model.weights_ is the co-efficient of each components.

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

0 个答案:

没有答案