Learn R Programming

sits (version 1.1.0)

.sits_tibble_prediction: Create an empty tibble to store the results of predictions

Description

Create a tibble to store the results of predictions.

Usage

.sits_tibble_prediction(data, class_info, prediction)

Value

Tibble storing the predictions.

Arguments

data

Tibble with the input data.

class_info

Tibble with the information on classification.

prediction

Matrix with the result of the classification (one class per column and one row per interval).

Author

Gilberto Camara, gilberto.camara@inpe.br

Rolf Simoes, rolf.simoes@inpe.br