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 posthttps://community.www.turtlecreekpls.com/t5/RapidMiner-Studio-Forum/What-algorithm-does-Decision-Tree-used-in-Rapidminer/td-p/27214and 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