FSantosCodes/GWRFC: Geographycally Weighted Random Forest Classification (GWRFC)

Commonly, spatial data requires non-stationary modelling to capture relationships between variables. This has been satisfied by approaches such as the Geographically Weighted Regression (GWR; Fotheringham, Charlton, and Brunsdon 1998), which uses a moving window weightening technique to apply a linear regression model and determine variables effects. However, such approach has been criticized due to its sensitivity to multicollinearity and noisy data (Wheeler 2007). To overcome these issues, the library GWRFC replaces the linear regression model with the random forest algorithm (RF; Breiman 2001) applying case weights according to the weightening scheme of GWR in the bagging step of RF. As a result, GWRFC produces spatial representations of variables importance, classification probabilities and accuracy of RF models at local level. Furthermore, the library GWRFC provides an additional function to cluster its outputs and facilitate their analysis and report.

Getting started

Package details

AuthorFabian Santos [aut, cre]
MaintainerFabian Santos <fabian_santos_@hotmail.com>
LicenseGPL-3
Version0.9.1
URL https://github.com/FSantosCodes; http://rpubs.com/schwarzervogel10/526484
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("FSantosCodes/GWRFC")
FSantosCodes/GWRFC documentation built on Sept. 24, 2023, 6:07 a.m.