sits_uncertainty {sits}R Documentation

Estimate classification uncertainty based on probs cube

Description

Estimate classification uncertainty based on probs cube

Usage

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

Arguments

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)

Value

An uncertainty data cube

Author(s)

Gilberto Camara, gilberto.camara@inpe.br

Rolf Simoes, rolf.simoes@inpe.br


[Package sits version 0.16.2 Index]