normal_mixture.py 文件源码

python
阅读 22 收藏 0 点赞 0 评论 0

项目:pgsm 作者: aroth85 项目源码 文件源码
def plot_clustering(clustering, data, title):
    plot_df = pd.DataFrame(data, columns=['0', '1'])
    plot_df['cluster'] = clustering
    g = sb.lmplot(x='0', y='1', data=plot_df, hue='cluster', fit_reg=False)
    g.ax.set_title(title)
    pp.draw()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号