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
How to use C4.5 in RapidMiner??
mohammad7941
Member Posts: 1 Learner I
in Help
Hello my frieands. I have database of some sick people blood test and i want to know which factor is most effective. i think i should use C4.5 algorithm.
and idk how to use it in RapidMiner.
can you help me??
and idk how to use it in RapidMiner.
can you help me??
0
Answers
Correct me if I'm wrong - C4.5 is a decision tree algorithm.
While we don't have any operator that specializes in it I have found that there is an iteration of this called J48, its an open source option that can be found in WEKA. Our WEKA extension does have an operator for this called W-J48.
From the operator description -
You can see the code here.
Scott