摘要: import numpy as np class GMM(object): """Gaussian Mixture Model """ def __init__(self, data, K): """ K: the number of gaussian models alpha: the weight for cor... 阅读全文
posted @ 2019-04-08 16:04 ~宁静致远~ 阅读(1941) 评论(0) 推荐(0)