Learn R Programming

sits (version 1.12.0)

.sits_classify_distances: Classify a distances tibble using machine learning models

Description

Returns a sits tibble with the results of the ML classifier.

Usage

.sits_classify_distances(distances_DT, class_info.tb, ml_model, multicores)

Arguments

distances_DT

data.table with distances.

class_info.tb

classification information.

ml_model

model trained by sits_train.

multicores

number of threads to process the time series.

Value

A vector with the predicted labels.