This class stores the map assessment metrics.
# S4 method for twdtwAssessment
show(object)
an object of class twdtwAssessment.
accuracySummary
:Overall Accuracy, User's Accuracy, Producer's Accuracy, Error Matrix (confusion matrix), and Estimated Area, considering all time periods.
accuracyByPeriod
:Overall Accuracy, User's Accuracy, Producer's Accuracy, Error Matrix (confusion matrix), and Estimated Area, for each time periods independently from each other.
data
:A SpatialPointsDataFrame
with sample ID, period,
date from, date to, reference labels, predicted labels, and TWDTW distance.
map
:A twdtwRaster
with the raster maps.
Victor Maus, vwmaus1@gmail.com
If the twdtwRaster is unprojected (longitude/latitude) the estimated area is the sum of the approximate surface area in km2 of each cell (pixel). If the twdtwRaster is projected the estimated area is calculated using the the pixel resolution in the map unit.
Maus:2019dtwSat
Maus:2016dtwSat
twdtwClassify
,
twdtwAssess
, and
twdtwXtable
.