Description Usage Arguments Value Note Author(s) See Also Examples
Create a prior structure (a.k.a., a grid) for a self-organising map. In essence this is simple a list of points in two dimensions.
1 2 3 4 5 |
xdim |
the horizontal dimension of the grid |
ydim |
the vertical dimension of the grid |
topo |
the topology of the grid |
with.dist |
logical. If |
x,object |
an object of class |
... |
not used |
somgrid
returns an object of class "somgrid"
, a list
with components:
pts |
a two-column matrix giving locations for the points of the prior structure |
dist |
if called with |
diam |
the diameter of the grid, i.e., the largest distance between to points in the grid |
size |
the number of points of the prior structure, i.e. |
xdim,ydim,topo |
as in the arguments to |
A short description of the prior structure can be obtained via the
print
or the summary
methods. The
plot.somgrid
method provides graphical representation.
Fabrice Rossi
plot.somgrid
for graphical representation.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.