search for: rinput1

Displaying 1 result from an estimated 1 matches for "rinput1".

Did you mean: input1
2005 Apr 19
0
Changes to batchSOM from 1.9.1 to 2.0.1
...ween the two versions, I get identical results for rectangular topology, but very different results for hexagonal topology. (I tried to find release notes for the VR bundle that might explain the changes, but was unable to locate these anywhere.) Here's the script I use: # input data from rinput1 file rdata <- NULL rdata <- read.table("c:/temp/A8A.tmp", header=TRUE, sep=",") # keep only nonzero variance properties rdata <- rdata[, apply(rdata, 2, function(x)any(x[-1] != x[-length(x)])), drop = FALSE] # load SOM package library(class) #set seed for rng set.s...