ctree中的R个舍入数字

时间:2018-07-04 13:38:45

标签: binary-tree nodes rounding digits ctree

我需要在回归树中舍入y个数字。

那是脚本。

tree1 <- ctree(G ~  BR + NDF + LIG + LWi + 
                 AGE +  H + HD + CP + 
                 THI + CR + FM + ADF + 
                 LW + HA + ADG + NRC, 
               data= xM1, control = ctree_control(stump = FALSE))

print(tree1)

plot(tree1,type =“ simple”)

enter image description here

0 个答案:

没有答案