Skip to content

Commit 901982a

Browse files
committed
remove dangling init in GQTSOMs
1 parent fe83fe6 commit 901982a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/som.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ GQTSOM <- function(data, init.dim=c(3,3), target_codes=100, rlen=10,
252252
else mapping <- MapDataToCodes(codes, data, parallel=parallel, threads=threads)
253253

254254
list(xdim=xdim, ydim=ydim, rlen=rlen,
255-
init=init, distf=distf, nhbr.distf=nhbr.distf,
255+
distf=distf, nhbr.distf=nhbr.distf,
256256
epochRadii=epochRadii,
257257
grid=matrix(res$out.emcoords[1:(res$out.kohos*2)],
258258
byrow=T, nrow=res$out.kohos, ncol=2),

0 commit comments

Comments
 (0)