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