concurrenceReport {mldr} | R Documentation |
This function produces a label concurrence report, providing the average SCUMBLE, SCUMBLE by label, a list with the minority labels most affected by this problem indicating which majority labels they appear with, and a concurrence plot. The report output is written in the standard output by default, but it could be redirected to a PDF file.
concurrenceReport(mld, pdfOutput = FALSE, file = "Rconcurrence.pdf")
mld |
|
pdfOutput |
Boolean value indicating if the output has to be sent to a PDF file. Defaults to true, so the output is shown in the console. |
file |
If the |
None
library(mldr)
## Not run:
concurrenceReport(birds)
## End(Not run)