sits_predict: Predict class based on the trained models

Description Usage Arguments Value Author(s)

Description

Given a SITS tibble time series and a model trained by sits_train, returns a SITS tibble with the classification.

Usage

1
sits_predict(data.tb = NULL, distances.tb = NULL, ml_model, ...)

Arguments

data.tb

a SITS tibble time series

distances.tb

a tibble with a set of distance metrics to each of the classes

ml_model

a model trained by sits_train

...

other parameters to be passed to the model function

Value

data.tb a SITS tibble with the predicted label

Author(s)

Alexandre Xavier Ywata de Carvalho, alexandre.ywata@ipea.gov.br

Rolf Simoes, rolf.simoes@inpe.br


luizassis/sits documentation built on May 30, 2019, 7:15 p.m.