Learn R Programming

spatialRF (version 1.1.5)

print_performance: print_performance

Description

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.

Usage

print_performance(model)

Value

Prints model performance scores to the console.

Arguments

model

Model fitted with rf(), rf_repeat(), or rf_spatial().

See Also

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()

Examples

Run this code

data(plants_rf)

print_performance(plants_rf)

Run the code above in your browser using DataLab