Learn R Programming

sits (version 0.10.0)

sits_classify: Classify time series or data cube using machine learning models

Description

This function classifies a set of time series or data cube given a set of training samples, an inference model, and an interval. To perform the classification, users should provide a set of labelled samples. Each samples should be associated to one spatial location (latitude/longitude), one time interval and a label. This is a generic function. The following specific functions are available:

SITS supports the following models:

The model should be precomputed using sits_train and then passed to the "sits_classify" function using parameter "ml_model".

Usage

sits_classify(data, ml_model, ...)

Arguments

data

Tibble with time series metadata and data.

ml_model

Pre-built machine learning model (see sits_train).

...

Other parameters to be passed to specific functions

Value

Predicted data