lrns = list(makeLearner("classif.nnet"), makeLearner("classif.rpart"))
tasks = list(iris.task, sonar.task)
rdesc = makeResampleDesc("CV", iters = 2L)
meas = list(acc, mmce, ber, timeboth)
res = benchmark(lrns, tasks, rdesc, meas)
g = generateBenchmarkSummaryData(res, ber, fill = "best")
plotBenchmarkSummary(g)
Run the code above in your browser using DataLab