View source: R/print_evaluation.R
| print_evaluation | R Documentation |
Prints the results of an spatial cross-validation performed with rf_evaluate().
print_evaluation(model)
model |
A model resulting from |
A table printed to the standard output.
plot_evaluation(), get_evaluation()
Other model_info:
get_evaluation(),
get_importance(),
get_importance_local(),
get_moran(),
get_performance(),
get_predictions(),
get_residuals(),
get_response_curves(),
get_spatial_predictors(),
print.rf(),
print_importance(),
print_moran(),
print_performance()
if(interactive()){
data(
plants_rf,
plants_xy
)
plants_rf <- rf_evaluate(
model = plants_rf,
xy = plants_xy,
repetitions = 5,
n.cores = 1
)
print_evaluation(plants_rf)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.