powered by
plotThreshVsPerf(obj, facet = "measure", mark.th = NA_real_)
plotFilterValuesGGVIS
plotFilterValues
plotLearningCurveGGVIS
plotLearningCurve
plotROCRCurvesGGVIS
plotROCRCurves
plotThreshVsPerfGGVIS
Other thresh_vs_perf: generateThreshVsPerfData; plotThreshVsPerfGGVIS
generateThreshVsPerfData
lrn = makeLearner("classif.rpart", predict.type = "prob") mod = train(lrn, sonar.task) pred = predict(mod, sonar.task) pvs = generateThreshVsPerfData(pred, list(tpr, fpr)) plotThreshVsPerf(pvs)
Run the code above in your browser using DataLab