Returns a sits tibble with the results of the TWDTW classifier. The TWDTW classifier uses the result of the sits_TWDTW_matches function to find the best alignments of these matches in intervals chosen by the user
.sits_twdtw_breaks(
matches,
samples,
start_date = NULL,
end_date = NULL,
interval = "12 month",
overlap = 0.5
)
A sits tibble with the information on matches for the data.
A dtwSat S4 object with the matches produced by the sits_TWDTW_matches function.
Input for the TWDTW matching function.
The start date of the classification period.
The end date of the classification period.
The period between two classifications.
Minimum overlap between one match and the interval of classification.
Victor Maus, vwmaus1@gmail.com
Gilberto Camara, gilberto.camara@inpe.br
Maus V, Camara G, Cartaxo R, Sanchez A, Ramos FM, de Queiroz GR (2016). A Time-Weighted Dynamic Time Warping Method for Land-Use and Land-Cover Mapping. IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 9(8):3729-3739, August 2016. ISSN 1939-1404. doi:10.1109/JSTARS.2016.2517118.