高斯混合聚类(GMM)

1、算法描述 2、Python代码实现 import numpy as np from numpy.linalg import * import matplotlib.pyplot as plt import math import random def calculate_2Dgauss(mu,sigma,x): dim=np.shape(sigma)[0]#计算维度 sigm
相关文章
相关标签/搜索