Skip to content

Commit

Permalink
collected vars at end
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfrantz committed Jan 31, 2024
1 parent 2abb8f6 commit 5c9b28a
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions rstats/force-map-accuracy.r
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,6 @@ confusion_adjusted <-
byrow = FALSE
)

confusion_counts
confusion_adjusted


# Olofsson et al. 2013, eq. 2
Expand Down Expand Up @@ -431,6 +429,23 @@ pa_se <-
sqrt() %>%
`*`(1.96)



confusion_counts
confusion_adjusted

acc_traditional
acc_adjusted

cnt$area
area_adjusted
confidence_area_adjusted

oa_se
pa_se
ua_se


fo <- file(opt$output, "w")

cat("# Accuracy assessment", file = fo)
Expand Down

0 comments on commit 5c9b28a

Please sign in to comment.