How do I determine whether a attribute is continuous in C4.5 decision tree implementation?
Asked
Active
Viewed 101 times
0
-
This is pretty general, in the algorithm _you_ input the attributes, why wouldn't you know if an attribute is continuous or not? – Benjamin Gruenbaum Jul 22 '15 at 11:39
1 Answers
0
You determine if any attribute is continous or not.
You feed the data to the DT.
Attributes are the properties of the data not the decision tree.

Geeocode
- 5,705
- 3
- 20
- 34