calculate_precision_recall_for_multi_master_tables | R Documentation |
Create a data.frame with accuracy measures for multiple master tables.
calculate_precision_recall_for_multi_master_tables(
...,
experiment_names,
method_names,
output_method_names = NULL,
data_names,
truth_names,
coverage_thresholds = c(3, 15, 40, 100),
what
)
... |
Master tables. |
experiment_names |
Vector of strings. Name of the experiments in the same order of the master tables. |
method_names |
Vector or list of strings. Names of the methods to compare. If all experiments compare the same methods, 'method_names' can be a single vector. Otherwise, 'method_names' must be a list, in which each element specifies the names of the methods to compare for each experiment. |
output_method_names |
NULL (default), or a vector or a list of strings. Names of the methods to output. |
data_names |
Vector or list of strings. |
truth_names |
Vector or list of strings. |
coverage_thresholds |
Vector or list of integers. |
what |
Vector or list of strings. |
A data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.