Dear Mr/Mrs. I am Viarti Eminita, student from magister fifth level of Statistics in Bogor Agriculture University. Mr/ Mrs, now I'm analyzing ANN on time series data, I am learning kohonen package for series data, but when I want to predict, the predict value still on pattern scale. I wanna ask how to change the predict value to real data value?
example: data <- read.table("D:/THESIS/Data/data.txt",head=T) Ytraining <- scale(data[1:168,3]) Xtraining <- scale(data[1:168,4:6]) Xtest <- scale(data[168:180,4:6]) xyf <- xyf(Xtraining,Ytraining,grid = somgrid(5, 5, "hexagonal")) xyf.prediction <- predict(xyf,newdata=Xtest) thank's Mr/Mrs. best regard, viarti [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.