just run this process
you will get this tree
what is the difference embody its characteristics?
Hi @AP ,
You may notice that in a normal decision tree, each branch point goes off in only two directions. In a multiway decision tree, each branch can go off in multiple directions. In some cases (such as with continuous variables) the tree will still split in two, but the Multiway Decision Tree allows each branch to split off in more than two directions.
Hope this helps.