ToolPRROC is a wrapper class for
the https://cran.r-project.org/package=PRROC{PRROC} tool, which
is an R library that provides calculations of ROC and Precision-Recall
curves.
## Initializationtoolprroc <- ToolPRROC$new()
## Show object infotoolprroc
## create_toolset should be used for benchmarking and curve evaluationtoolprroc2 <- create_toolset("PRROC")