C 4.5 决策树中如何判断一个属性是否连续
how to determine whether a attribute is continuous in C 4.5 decision tree
如何在 C4.5 decision tree 实现中确定属性是否连续?
您 确定任何属性是否连续。
你将数据提供给DT。
属性是 数据 而非决策树的属性。
如何在 C4.5 decision tree 实现中确定属性是否连续?
您 确定任何属性是否连续。
你将数据提供给DT。
属性是 数据 而非决策树的属性。