View source: R/summary_statistics.R
grand_summary | R Documentation |
summary_statistics
returns a standardized summary of plot evaluations. The mean recall and precision can be calculated either for the entire dataset, or for each of the 22 geographic sites.
grand_summary(results, threshold = 0.4)
results |
A data frame of matched predictions and ground truth returned from |
threshold |
Float. Intersection-over-union threshold to consider a prediction a true positive. |
by_site |
Logical. Should average recall and precision be calculated for each geographic site separately? Defaults to FALSE, such that a single summary is returned for all sites. |
calc_plot_level |
Calculate plot-level statistic comparing the total predictions to the total crowns. This only makes sense for the image-annotated crowns, and not the field-annotated crowns. |
A names list of overall mean precision and recall, by site, and plot level summary
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.