sits_test_patterns: Evaluates the accuracy of a set of patterns

Description Usage Arguments Value Author(s)

Description

Tests the accuracy of TWDTW classification of set of labelled samples using a set of patterns. This function should be used when the patterns are not directly derived from the samples. It provides an initial assessment of the validity of using this set of pattern to classify an area whose samples are given. This function returns the Overall Accuracy, User's Accuracy, Producer's Accuracy, error matrix (confusion matrix), and Kappa values.

Usage

1
2
3
sits_test_patterns(data.tb, patterns.tb, bands, alpha = -0.1, beta = 100,
  theta = 0.5, span = 0, start_date = NULL, end_date = NULL,
  interval = "12 month", overlap = 0.5)

Arguments

data.tb

A sits tibble containing a set of samples with known and trusted labels

patterns.tb

A sits tibble containing a set of patterns

bands

the bands used for classification

alpha

(double) - the steepness of the logistic function used for temporal weighting

beta

(integer) - the midpoint (in days) of the logistic function

theta

(double) - the relative weight of the time distance compared to the dtw distance

span

(integer) - minimum number of days between two matches of the same pattern in the time series (approximate)

start_date

date - the start of the classification period

end_date

date - the end of the classification period

interval

date - the period between two classifications

overlap

(double) minimum overlapping between one match and the interval of classification

Value

assess an assessment of validation

Author(s)

Gilberto Camara, gilberto.camara@inpe.br


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