search for: ctree2

Displaying 2 results from an estimated 2 matches for "ctree2".

Did you mean: ctree
2011 Feb 16
1
caret::train() and ctree()
Like earth can be trained simultaneously for degree and nprune, is there a way to train ctree simultaneously for mincriterion and maxdepth? Also, I notice there are separate methods ctree and ctree2, and if both options are attempted to tune with one method, the summary averages the option it doesn't support. The full log is attached, and notice these lines below for method="ctree" where maxdepth=c(2,4) are averaged to maxdepth=3. Fitting: maxdepth=2, mincriterion=0.95 Fitting...
2011 Apr 29
0
Plot multiple ctrees in the same figure
...elow. I hope I am not missing something obvious. My system: R2.12.2 on a Windows machine with party0.9-99991 and partykit0.1-0. Thanks. Tudor # CREATE ctrees ... layout(matrix(c(1,2,0,2), 2, 2, byrow=TRUE), widths=c(1,2), heights=c(1,2)) plot(ctree1) # plot first ctree plot(ctree2) # plot second ctree ... -- View this message in context: http://r.789695.n4.nabble.com/Plot-multiple-ctrees-in-the-same-figure-tp3483231p3483231.html Sent from the R help mailing list archive at Nabble.com.