🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Difference between C4.5 and W-J48

User: "koknayaya"
New Altair Community Member
Updated by Jocelyn
Hi. I want to ask. 

Is there any differences between C4.5 and W-J48? 

Because j48 is the c4.5 algorithm that is implemented in weka as a classifier right.

I dont understand the difference.  :#

Thanks

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "varunm1"
    New Altair Community Member
    Accepted Answer
    Hi @koknayaya

    From what I learned J48 is for java implementation of C4.5. I don't think there is any difference.

    Thanks,
    Varun
    User: "David_A"
    New Altair Community Member
    Accepted Answer
    Hi,

    I would also say so. From the weka source, as well as as the RapidMiner help text:

    "Class for generating a pruned or unpruned C4.5 decision tree. For more information, see Ross Quinlan (1993). C4.5: Programs for Machine Learning. Morgan Kaufmann Publishers, San Mateo, CA."

    Best,
    David
    User: "koknayaya"
    New Altair Community Member
    OP
    Thank you so much for the answers ! :D