The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Difference between normal decision tree with information gain criterion and W-J48
Hi. Have a good day everyone!
I want to ask a question
1st question
What is the difference between
a) normal decision tree with information gain criterion and
b) W-J48?
Im quite confused with the difference.
Why dont we just use the basic decision tree and choose 'Information gain' for the criterion instead of using W-J48?
2nd question
Is there any guidelines for me to set the suitable values for parameters in W-J48 such as the confidence threshold for pruning and the minimum number of instances per leaf?
I dont know the suitable value that should be set for the parameters.
I want to ask a question
1st question
What is the difference between
a) normal decision tree with information gain criterion and
b) W-J48?
Im quite confused with the difference.
Why dont we just use the basic decision tree and choose 'Information gain' for the criterion instead of using W-J48?
2nd question
Is there any guidelines for me to set the suitable values for parameters in W-J48 such as the confidence threshold for pruning and the minimum number of instances per leaf?
I dont know the suitable value that should be set for the parameters.
Tagged:
0
Best Answer
-
Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 UnicornI think this is a similar discussion to the following thread: https://community.rapidminer.com/discussion/54804/difference-between-c4-5-and-w-j48#latest
For more details on the W-J48 implementation you should consult the Weka project documentation.
2
Answers