Advertisement
Guest User

Patate152

a guest
Mar 2nd, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. > dt.iris
  2. n= 150
  3.  
  4. node), split, n, loss, yval, (yprob)
  5. * denotes terminal node
  6.  
  7. 1) root 150 100 Iris-setosa (0.33333333 0.33333333 0.33333333)
  8. 2) petallength< 2.45 50 0 Iris-setosa (1.00000000 0.00000000 0.00000000) *
  9. 3) petallength>=2.45 100 50 Iris-versicolor (0.00000000 0.50000000 0.50000000)
  10. 6) petalwidth< 1.75 54 5 Iris-versicolor (0.00000000 0.90740741 0.09259259) *
  11. 7) petalwidth>=1.75 46 1 Iris-virginica (0.00000000 0.02173913 0.97826087) *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement