| sits_uncertainty {sits} | R Documentation |
Estimate classification uncertainty based on probs cube
sits_uncertainty( cube, type = "entropy", ..., multicores = 2, memsize = 8, output_dir = ".", version = "v1" ) ## S3 method for class 'entropy' sits_uncertainty( cube, type = "entropy", ..., multicores = 2, memsize = 8, output_dir = ".", version = "v1" )
cube |
Probability data cube |
type |
Method to measure uncertainty |
... |
Parameters for specific functions |
multicores |
Number of cores to run the function |
memsize |
Maximum overall memory (in GB) to run the function. |
output_dir |
Output directory for image files |
version |
Version of resulting image (in the case of multiple tests) |
An uncertainty data cube
Gilberto Camara, gilberto.camara@inpe.br
Rolf Simoes, rolf.simoes@inpe.br