SOM.Anal: SOM analysis

Description Usage Arguments Value See Also

Description

Perform Self Organizing Map analysis. Uses som function. The parameters and outcome are identical.

Usage

1
2
SOM.Anal(dataSet, analSet, x.dim = 1, y.dim = 3, initMethod = "linear",
  neigb = "gaussian")

Arguments

dataSet

List, data set object generated by MS_to_MA function.

analSet

List, containing the results of statistical analysis (can be just an empty list).

x.dim

An integer specifying the x-dimension of the map.

y.dim

An integer specifying the y-dimension of the map.

initMethod

A character string specifying the initializing method. The following are permitted: "sample" uses a random sample from the data; "random" uses random draws from N(0,1); "linear" uses the linear grids upon the first two principle components directin.

neigb

A character string specifying the neighborhood function type. The following are permitted: "bubble", "gaussian"

Value

Native analSet with one added $som element containing standard som output.

See Also

PlotSOM for plotting functions


flajole/MApckg documentation built on May 16, 2019, 1:16 p.m.