rasterSOM: Self Organizing Maps for rasters

Description Usage Arguments Author(s) Examples

View source: R/SOM.R

Description

Self organizing maps for raster datasets. The function uses the som function from the kohonen package to calculate the SOMs. The map nodes are typically 3x4 or 6x4. The update radius is based on the input data. The learning rate should decrease with the number of iterations. Richardson(2003) used the following settings:

Usage

1
2
rasterSOM(x, xdim = 3, ydim = 5, rlen = 1000, alpha = 0.2,
  datum = NULL)

Arguments

x

Raster* format

xdim

x-dimension of the map nodes

ydim

y-dimension of the map nodes.

rlen

number of iterations to fit the SOMs

alpha

learning rate

datum

optional. Used to calculate the relative frequency of each SOM for each month.

Author(s)

Marieke Dirksen

Examples

1
2
#not run
#plot(som_model,type="changes")

MariekeDirk/GeoInterpolation documentation built on May 14, 2019, 8:20 a.m.