Learn R Programming

sits (version 1.12.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.tb, class_info.tb, pred.mtx, interval)

Arguments

data.tb

A tibble with the input data.

class_info.tb

A tibble with the information on classification.

pred.mtx

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

interval

The time interval between two classifications.

Value

A tibble storing the predictions.