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

Decision Tree Operator - C5 or C4.5 algorithm?

cwerningcwerning image Contributor II
edited November 2018 in Help

Hello experts,

 

does RM still uses the C4.5 algorithm for his decision tree operator? I found some really old topics that say it uses the C4.5 algorithm.

 

Kind regards,

 

Christopher

Best Answer

  • MartinLiebigMartinLiebig image RM Data Scientist
    Solution Accepted

    The shipped descion tree is actually a own implemtation. I am not sure if it follows any direct implementation, i think it is some mixture, but I am not sure.

     

    If you want to have C4.5 you may have a look on W-J48.

     

    ~Martin

     

    Edit: Just looked it up:

     * <p>
    * This operator learns decision trees from both nominal and numerical data. Decision trees are
    * powerful classification methods which often can also easily be understood. This decision tree
    * learner works similar to Quinlan's C4.5 or CART.
    * </p>
    *
    * <p>
    * The actual type of the tree is determined by the criterion, e.g. using gain_ratio or Gini for
    * CART / C4.5.
    * </p>
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany

Answers

Sign In or Register to comment.