拟合后如何从sklearn GMM中的每个组件获取标准偏差?
model.fit(dataSet)
model.means_ is the means of each components.
model.weights_ is the co-efficient of each components.
在哪里可以找到每个高斯分量的标准偏差?
拟合后如何从sklearn GMM中的每个组件获取标准偏差?
model.fit(dataSet)
model.means_ is the means of each components.
model.weights_ is the co-efficient of each components.
在哪里可以找到每个高斯分量的标准偏差?