Do you know where can I find some information of this algorithm, to study it??. Is there already an example of its implementation, or, only Quinlan knows its implementation??
Asked
Active
Viewed 2,111 times
3 Answers
5
His company, rulequest, has it: http://rulequest.com/GPL/C50.tgz

vissi
- 2,325
- 1
- 19
- 26
-
it is available under which license? – Thariama Feb 23 '11 at 14:49
-
As the link says, it's gpl :) – vissi Feb 23 '11 at 18:18
2
C5.0 which Quinlan is commercially selling is an improvement on C4.5.
According to this sentence from the wikipedia page this algorithm is not open for everyone. I guess it will take some effort to get something going by yourself.

Thariama
- 50,002
- 13
- 138
- 166