-
The e-BayNeRD model is an enhanced version of the BayNeRD (Bayesian Network for Raster Data) model, which was developed by Mello et al (2013): https://doi.org/10.3390/rs5115999.
-
The implemented improvements are described in the following conference paper: link
SILVA, A. C. O.; MELLO, M. P.; FONSECA, L. M. G. Enhancements to the Bayesian Network for Raster Data (BayNeRD). XV Brazilian Symposium on GeoInformatics (2014). Proceedings of the Brazilian Symposium on GeoInformatics, Campos do Jordão, São Paulo, Brazil.
- To cite the e-BayNeRD model, please refer to the following paper link
SILVA, A. C. O.; FONSECA, L. M. G.; KORTING, T. S.. Bayesian network model to predict areas for sugarcane expansion in Brazilian Cerrado. Brazilian Journal of Cartography (2017), Nº 69/5, Special Issue GEOINFO 2017: 857-867. Brazilian Society of Cartography, Geodesy, Photgrammetry and Remote Sense ISSN: 1808-0936.
To run the e-BayNeRD model:
- Download the e-BayNeRD.r file to your working folder.
- In the RGui, set the working folder:
setwd("./working_folder")
- And run the following command to activate the e-BayNeRD menu in R (as highlighted in the image below).
source("e-BayNeRD.r")