View source: R/print_performance.R
| print_performance | R Documentation |
Prints the performance slot of a model fitted with rf(), rf_repeat(), or rf_spatial(). For models fitted with rf_repeat() it shows the median and the median absolute deviation of each performance measure.
print_performance(model)
model |
Model fitted with |
Prints model performance scores to the console.
print_performance(), get_performance()
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_evaluation(),
print_importance(),
print_moran()
data(plants_rf)
print_performance(plants_rf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.