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?
Asked
Active
Viewed 61 times
1
-
https://en.m.wikipedia.org/wiki/C4.5_algorithm – pasaba por aqui Mar 18 '18 at 15:16
-
I kindly request you to go through the community question guidelines,hope in near future you will contribute to the human civilisation. – quintumnia Mar 18 '18 at 17:39
-
Read Ross Quinlan's book "C4.5: Programs for Machine Learning (Morgan Kaufmann Series in Machine Learning)". – Brian O'Donnell Mar 18 '18 at 18:13
-
What language are you planning to use? – Brian O'Donnell Mar 18 '18 at 18:28
1 Answers
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