Displaying 1 result from an estimated 1 matches for "ysvm".
Did you mean:
svm
2002 Jun 21
3
Question
Hallo,
once again I have a question. Maybe someone can help me.
I call in my programm (VC++) the Rterm.exe via "Rterm.exe --no-restore
--no-save < example.R >example.Rout".
In example.R :
temperaturfeld <- read.table(file.choose(), header = TRUE, sep= "",
comment.char = "#")
temperaturmatrix <- data.matrix(temperaturfeld)
windows()