Skip to content

Commit

Permalink
Update 02. Estimated area and uncertainty in Machine Learning.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
yotarazona committed Jun 25, 2024
1 parent 34fed7c commit de1c267
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"In this example, after obtaining the predicted class map, we are in a case where we want to know the uncertainties of each class. The assessing accuracy and area estimate will be obtained following guidance proposed by [(Olofsson et al., 2014)](https://doi.org/10.1016/j.rse.2014.02.015). All that users need are the confusion matrix and a previously obtained predicted class map."
"In this example, after obtaining the predicted class map, we are in a case where we want to know the uncertainties of each class. The assessing accuracy and area estimate will be obtained following guidance proposed by [(Olofsson et al., 2014)](https://doi.org/10.1016/j.rse.2014.02.015). All that users need are the confusion matrix and a previously obtained predicted class map.\n",
"\n",
"> **Keep in mind**: the most critical recommendation is that the sampling design should be a *probability sampling design*. An essential element of probability sampling is that randomization is incorporated into the sample selection protocol. Various probability sampling designs can be applied for precision assessment and area estimation, the most commonly used designs being simple random, stratified random, and systematic. Please see the workd by [Olofsson et al. (2014)](https://doi.org/10.1016/j.rse.2014.02.015) for more details. "
]
},
{
Expand Down Expand Up @@ -486,6 +488,13 @@
"source": [
"print_info(result)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"As a final comment, it is important to note that the calculation of uncertainties allows us to produce scientifically rigorous and transparent estimates of precision and area. Therefore, it is strongly recommended to obtain uncertainties for Land Use and Land Cover change analyses."
]
}
],
"metadata": {
Expand Down

0 comments on commit de1c267

Please sign in to comment.