sits_TWDTW_classify: Classify a sits tibble using the matches found by the TWDTW...

Description Usage Arguments Value Author(s) References

Description

Returns a sits table 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

Usage

1
2
sits_TWDTW_classify(data.tb, patterns.tb, start_date = NULL,
  end_date = NULL, interval = "12 month", overlap = 0.5)

Arguments

data.tb

a table in SITS format with the matches that have been produced by TWTDW

patterns.tb

patterns SITS tibble used to matching

start_date

date - the start of the classification period

end_date

date - the end of the classification period

interval

the period between two classifications

overlap

minimum overlapping between one match and the interval of classification

Value

matches a SITS table with the information on matches for the data

Author(s)

Victor Maus, vwmaus1@gmail.com

Gilberto Camara, gilberto.camara@inpe.br

References

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.


luizassis/sits documentation built on May 30, 2019, 7:15 p.m.