Displaying 1 result from an estimated 1 matches for "gtm_demo".
Did you mean:
gmp_demo
2010 Mar 31
2
Generative Topographic Map
I tried to use R version of package
I noticed the original MatLab Pckage is much better documented.
I had a look at the R demo code "gtm_demo" and found that variable Y is used in advanced of being created:
I wrote my own few lines as follows:
inDir <- "C:/Documents and Settings/Monville/Alanine Dipeptide/DBP1/DHA"
setwd(inDir)
T <- read.table("DHA_TNH.txt")
L <- 3
X <- matrix(nrow=nrow(T),nc...