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