Machine learningMachine learning
半监督决策树
半监督决策树是对标准决策树归纳(如 CART 或 C4.5)的扩展,它利用未标记的观测数据以及标记的训练集。通过迭代地为未标记数据分配暂定标签并将其纳入生长或分裂过程,该算法可以实现比仅在标记子集上训练的全监督树更高的准确性,这在标记成本高昂或耗时时尤其有价值。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Levin, E. & Shapiro, E. (2000). Learning Decision Trees from Semi-labeled Examples. Proceedings of the ICML Workshop on Attribute-Value and Relational Learning. link ↗
- Zhu, X. & Goldberg, A. B. (2009). Introduction to Semi-Supervised Learning. Morgan & Claypool Publishers. ISBN: 978-1-598-29548-9
如何引用本页
ScholarGate. (2026, June 3). Semi-supervised Decision Tree Learning. ScholarGate. https://scholargate.app/zh/machine-learning/semi-supervised-decision-tree
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.
Compare side by side →