View source: R/sim_metrics_signif.R
null_distribution | R Documentation |
Compute null distribution for a set of metrics
null_distribution(
metrics,
background_type,
level_identifier,
metric_name = "average_precision",
n_iterations = 10000,
random_seed = 42
)
metrics |
Metrics data frame, containing at least the column
|
background_type |
Background type. Either |
level_identifier |
Level identifier. Either |
metric_name |
name of metric. Only |
n_iterations |
number of iterations for generating the null distribution |
random_seed |
Random seed (default = 42) |
Nulls data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.