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
Name of the propietary Decision Tree algorithm used in RapidMiner
Hi all
Im doing research for the use of decision tree algortihm in Rapidminer, I read this post https://community.rapidminer.com/t5/RapidMiner-Studio-Forum/What-algorithm-does-Decision-Tree-used-in-Rapidminer/td-p/27214 and it says is similar to C4.5 and it seems that is a propietary algorithm, so i want to know how can i call it, if it has a name.
Thank you all
Tagged:
0
Answers
so that's an old thread. Full attribution to all RM core code is found on GitHub. Decision tree code with attribution is here:
https://github.com/rapidminer/rapidminer-studio/blob/90f360762527ff6f505ed99f64812200f86d638e/src/main/java/com/rapidminer/operator/learner/tree/DecisionTreeLearner.java
Scott