🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Decision Tree Operator - C5 or C4.5 algorithm?

User: "cwerning"
New Altair Community Member
Updated by Jocelyn

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

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "MartinLiebig"
    Altair Employee
    Accepted Answer

    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>