Learn R Programming

sits (version 1.12.0)

.sits_predict_interval: Classify one interval of data

Description

Classify one interval of data

Usage

.sits_predict_interval(DT, time, output.lst, ml_model, labels, int_labels,
  first_row, multicores)

Arguments

DT

A data.table with distance values.

time

Time interval to be processed.

output.lst

List with the raster objects for classification (values and probs).

ml_model

Machine learning model to be applied.

labels

Class labels.

int_labels

Integer values corresponding to labels.

first_row

Initial row of the output layer to write block.

multicores

Number of cores to process the time series.

Value

List of layers with classification results.