0

How do I determine whether a attribute is continuous in C4.5 decision tree implementation?

Benjamin Gruenbaum
  • 270,886
  • 87
  • 504
  • 504

1 Answers1

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