Displaying 1 result from an estimated 1 matches for "radius0".
Did you mean:
  radius
  
2005 Jun 09
1
Help with SOM membership
...2 1
  ..$ y     : num [1:8] 1 2 0 1 3 3 2 4
  ..$ qerror: num [1:8] 6472 8396 7574 7856 6969 ...
$ qerror    : num 6e+08
$ init      : chr "linear"
$ alpha     : chr "inverse"
$ neigh     : chr "bubble"
$ topol     : chr "hexa"
$ alpha0    : num [1:2] 1 0.5
$ radius0   : num [1:2] 5 3
$ rlen      : num [1:2] 16 80
$ xdim      : num 5
$ ydim      : num 5
$ err.radius: num 1
$ inv.alp.c : num [1:2] 0.16 0.8
$ code.sum  :`data.frame':     25 obs. of  3 variables:
  ..$ x   : num [1:25] 0 1 2 3 4 0 1 2 3 4 ...
  ..$ y   : num [1:25] 0 0 0 0 0 1 1 1 1 1 ...
  .....