Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fit.ctree <- ctree(highLow ~., data=imdbtrain)
- plot(fit.ctree, main="Conditional Inference Tree")
- fit.ctree <- ctree(highLow ~ coldat + sea + treedock, data=imdbtrain)
- plot(fit.ctree, main="Conditional Inference Tree")
Advertisement
Add Comment
Please, Sign In to add comment