The RapidMiner community is on read-only mode until further notice. Technical support via cases will continue to work as is. For any urgent licensing related requests from Students/Faculty members, please use the Altair academic forum 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