plotF1Measure | R Documentation |
Plot the F1 measure efficiency frontier using the sparse thresholdSummary data frame
plotF1Measure(
plpResult,
typeColumn = "evaluation",
saveLocation = NULL,
fileName = "roc.png"
)
plpResult |
A plp result object as generated using the |
typeColumn |
The name of the column specifying the evaluation type |
saveLocation |
Directory to save plot (if NULL plot is not saved) |
fileName |
Name of the file to save to plot, for example
'plot.png'. See the function |
Create a plot showing the F1 measure efficiency frontier using the sparse thresholdSummary data frame
A ggplot object. Use the ggsave
function to save to file in a different
format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.