View source: R/main_evalcurves.R
run_evalcurve | R Documentation |
The run_evalcurve
function runs several tests to evaluate
the accuracy of Precision-Recall curves.
run_evalcurve(testset, toolset, auto_combo = TRUE)
testset |
A character vector to specify a test set generated by
|
toolset |
A character vector to specify a tool set generated by
|
auto_combo |
A Boolean value to specify whether a combination of test and tool sets is automatically created. |
A data frame with validation results.
create_testset
to generate a test dataset.
create_toolset
to generate a tool set.
## Evaluate curves for c1, c2, c3 test sets and crv5 tool set
testset <- create_testset("curve", c("c1", "c2", "c3"))
toolset <- create_toolset(set_names = "crv5")
res1 <- run_evalcurve(testset, toolset)
res1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.