1

I have seen weka j48 classifier, I want to build a classifier similar to it but I don't know how to go about it. Can anyone advice me on how to create a classifier algorithm for decision tree?

1 Answers1

1

There are a number of open source implementations of the C4.5 algorithm invented by Ross Quinlan:

Brian O'Donnell
  • 1,909
  • 8
  • 22