Learn R Programming

mlr3viz (version 0.11.0)

as_precrec: Convert to 'precrec' Format

Description

Converts to a format which is understood by precrec::evalmod() of package precrec.

Usage

as_precrec(object)

# S3 method for PredictionClassif as_precrec(object)

# S3 method for ResampleResult as_precrec(object)

# S3 method for BenchmarkResult as_precrec(object)

Value

Object as created by precrec::mmdata().

Arguments

object

(any)
Object to convert.

References

Saito T, Rehmsmeier M (2017). “Precrec: fast and accurate precision-recall and ROC curve calculations in R.” Bioinformatics, 33(1), 145-147. tools:::Rd_expr_doi("10.1093/bioinformatics/btw570").