.sits_distances_classify {sits}R Documentation

Classify a distances tibble using machine learning models

Description

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

Usage

.sits_distances_classify(distances, class_info, ml_model, multicores)

Arguments

distances

data.table with distances.

class_info

tibble with classification information.

ml_model

model trained by sits_train.

multicores

number of threads to process the time series.

Value

A data.table with the predicted labels.

Author(s)

Gilberto Camara, gilberto.camara@inpe.br


[Package sits version 0.16.2 Index]