Create a tibble to store the results of predictions.
.sits_tibble_prediction(data.tb, class_info.tb, pred.mtx, interval)
A tibble with the input data.
A tibble with the information on classification.
The result of the classification (one class per column and one row per interval).
The time interval between two classifications.
A tibble storing the predictions.