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

Hi, there are several types of decision trees algorithms (ID3, C4.5, etc). What is the type of algor

LFCLFC Member Posts: 2 Learner I
Hi, there are several types of decision trees algorithms (ID3, C4.5, etc). What is the type of algorithm used by RapidMiner Decision Trees?

Best Answers

  • yyhuangyyhuang Administrator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 364 RM Data Scientist
    Solution Accepted
    Hi @LFC, RapidMiner's operator for decision tree is the same as Quinlan's C4.5 or CART depending on the criterion, e.g. using gain_ratio or Gini.
  • LFCLFC Member Posts: 2 Learner I
    Solution Accepted
Sign In or Register to comment.