Machine learningMachine learning
半监督DBSCAN
半监督DBSCAN通过整合一小组成对约束或标签约束——必须链接对(必须共享一个簇)、不能链接对(必须分开)或少量已知标签——来扩展经典的基于密度的聚类算法(Ester等人,1996),在保留DBSCAN发现任意形状簇和标记噪声点的能力的同时,指导簇的形成。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Ester, M., Kriegel, H.-P., Sander, J., & Xu, X. (1996). A density-based algorithm for discovering clusters in large spatial databases with noise. In Proceedings of the 2nd International Conference on Knowledge Discovery and Data Mining (KDD-96), pp. 226–231. AAAI Press. link ↗
- Zhu, X., & Goldberg, A. B. (2009). Introduction to Semi-Supervised Learning. Morgan & Claypool Publishers. ISBN: 978-1-59829-548-7
如何引用本页
ScholarGate. (2026, June 3). Semi-supervised Density-Based Spatial Clustering of Applications with Noise. ScholarGate. https://scholargate.app/zh/machine-learning/semi-supervised-dbscan
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- DBSCAN机器学习↔ compare
- HDBSCAN机器学习↔ compare
- K-means聚类机器学习↔ compare
- 半监督高斯混合模型机器学习↔ compare
- 半监督K-均值机器学习↔ compare