.sits_distances_classify: 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.
multicores
number of threads to process the time series.
Value
A data.table with the predicted labels.