what is the meaning of the two [77.5]?--the tutorial process of Decision Tree (Multiway) operator
Best Answer
-
jwpfau Employee, MemberPosts:247RM EngineeringThats' 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
0
Answers
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
what is the meaning of the two [77.5]?The above reply is not clear