estimate_accuracy | R Documentation |
This function fits several Random Forest models to the data and then estimates their accuracy.
estimate_accuracy(out_dir, iterations = 100)
out_dir |
A path to directory for storing results. |
iterations |
The number of times the experiment must be repeated. |
A tibble
## Not run:
library(prioritizedeforestationhotspots)
out_dir <- "~/Documents/prioritize_res"
estimate_accuracy(out_dir)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.