标签: python cluster-analysis gaussian
在分配了GMM群集之后,我正在尝试查找与GMM群集的点相对应的标签。这类似于KMeans中的estimator.labels_功能。有人知道如何实现这一目标吗?
答案 0 :(得分:1)
使用predict。
predict
如此处示例所示:
https://scikit-learn.org/stable/auto_examples/cluster/plot_cluster_comparison.html#sphx-glr-auto-examples-cluster-plot-cluster-comparison-py