kohleth

Results 1 comments of kohleth

Hi, the plotting is good, except it reverses the order of my levels in the plot. ``` library(C5) iris$Y=factor(ifelse(iris$Species=='setosa','Y','N')) levels(iris$Y) model=C5.0(Y~Sepal.Length,data=iris,rules=F) plot(model) ``` stepping through the code, it seems that...