Returns a sits tibble with the results of the ML classifier.
.sits_distances_classify(distances, class_info, ml_model, multicores)
A data.table with the predicted labels.
data.table with distances.
tibble with classification information.
model trained by sits_train
.
number of threads to process the time series.
Gilberto Camara, gilberto.camara@inpe.br