.sits_tibble_prediction {sits}R Documentation

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)

Arguments

data

A tibble with the input data.

class_info

A tibble with the information on classification.

prediction

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

Value

A tibble storing the predictions.

Author(s)

Gilberto Camara, gilberto.camara@inpe.br

Rolf Simoes, rolf.simoes@inpe.br


[Package sits version 0.16.2 Index]