Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在删除了 16 条缺失行的记录后,我将决策树算法应用于来自 UCI 的著名乳腺癌数据集。我得到的树如下所示。可以看出,出现在节点顶部的小数字不按顺序排列。编号分别为 1、2、3、4、5、6、7、12、13、14、28 和 20。缺失的节点是否因为修剪而被删除?我可以启用查看它们的选项吗?我可以根据出现的节点(即 1 到 13)更正序列吗?