Learn R Programming

prcbench (version 0.3.2)

ToolPRROC: R6 class of the PRROC tool

Description

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.

Usage

ToolPRROC

Arguments

format

An R6 class object.

Inheritance

ToolIFBase

See Also

This class is derived from ToolIFBase. create_toolset for creating a list of tools.

Examples

Run this code
## Initialization
toolprroc <- ToolPRROC$new()

## Show object info
toolprroc

## create_toolset should be used for benchmarking and curve evaluation
toolprroc2 <- create_toolset("PRROC")

Run the code above in your browser using DataLab