## Not run:
# data(iris)
#
# irisClass <- iris[,5]
# irisData <- iris[,-5]
#
# ens <- cfBuild(irisData, irisClass, bootNum = 100, ensNum = 100, parallel = TRUE,
# cpus = 4, type = "SOCK")
#
# # Plot the trend of the test accuracies in the ensemble
# ggEnsTrend(ens)
#
# # Plot with text
# ggEnsTrend(ens, showText = TRUE)
#
# # Plot with text; set different limits on y axis
# ggEnsTrend(ens, showText = TRUE, ylims=c(90, 100))
# ## End(Not run)
Run the code above in your browser using DataLab