The ff_analyze
function is designed to calculate performance metrics for deforestation predictions. It compares predictions against ground truth data, optionally using a forest mask, and can analyze results for specific geographic areas. The function can save results to a CSV file and return spatial polygons with calculated scores.
Exercises
Basic Usage:
Analyze predictions against ground truth data.
...