Learn R Programming

whitebox (version 0.1.0)

root_mean_square_error: Root mean square error

Description

Calculates the RMSE and other accuracy statistics.

Usage

root_mean_square_error(input, base, verbose_mode = FALSE)

Arguments

input

Input raster file.

base

Input base raster file used for comparison.

verbose_mode

Sets verbose mode. If verbose mode is False, tools will not print output messages.

Value

Returns the tool text outputs.