concurrenceReport {mldr} | R Documentation |
Generates a label concurrence report
Description
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.
Usage
concurrenceReport(mld, pdfOutput = FALSE, file = "Rconcurrence.pdf")
Arguments
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 |
Value
None
See Also
Examples
library(mldr)
## Not run:
concurrenceReport(birds)
## End(Not run)
[Package mldr version 0.4.3 Index]