what is the meaning of the two [77.5]?--the tutorial process of Decision Tree (Multiway) operator

APAP Member Posts: 35 Contributor II
what is the meaning of the two [77.5]? But the back is different


Best Answer

  • jwpfaujwpfau Employee, Member Posts: 274 RM Engineering
    Solution Accepted
    Thats' the only splitpoint the pre-discretized tree has 


    If there would be more splits beside the two they would all be flattened to a single multi split

    would become 

Answers

  • jwpfaujwpfau Employee, Member Posts: 274 RM Engineering
    Hi AP,

    the example process isn't really helpful in showing the discretization.

    An extreme example can be seen if the prepruning step is removed from the Decision Tree inside the Decision Tree (Multiway).

    You can also add an Breakpoint after the inner Decision Tree to see the Tree before the discretization.

    Greetings,
    Jonas
  • APAP Member Posts: 35 Contributor II

    what is the meaning of the two [77.5]?The above reply is not clear

Sign In or Register to comment.