Description Usage Arguments Value See Also
View source: R/generateThreshVsPerf.R
Generates data on threshold vs. performance(s) for 2-class classification that can be used for plotting.
1 2 | generateThreshVsPerfData(obj, measures, gridsize = 100L, aggregate = TRUE,
task.id = NULL)
|
obj |
[(list of) |
measures |
[ |
gridsize |
[ |
aggregate |
[ |
task.id |
[ |
[ThreshVsPerfData
]. A named list containing the measured performance
across the threshold grid, the measures, and whether the performance estimates were
aggregated (only applicable for (list of) ResampleResult
s).
Other generate_plot_data: generateCalibrationData
,
generateCritDifferencesData
,
generateFeatureImportanceData
,
generateFilterValuesData
,
generateFunctionalANOVAData
,
generateLearningCurveData
,
generatePartialDependenceData
,
getFilterValues
,
plotFilterValues
Other thresh_vs_perf: plotROCCurves
,
plotThreshVsPerfGGVIS
,
plotThreshVsPerf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.