mean.accuracy {gmGeostats} | R Documentation |
Mean accuracy
Description
Mean method for accuracy curves, after Deutsch (1997)
Usage
## S3 method for class 'accuracy'
mean(x, ...)
Arguments
x |
accuracy curve obtained with |
... |
generic functionality, not used |
Value
The value of the mean accuracy after Deutsch (1997); details
can be found in precision()
.
See Also
Other accuracy functions:
accuracy()
,
plot.accuracy()
,
precision()
,
validate()
,
xvErrorMeasures.default()
,
xvErrorMeasures()
[Package gmGeostats version 0.11.3 Index]