Skip to content
Prev 205190 / 398506 Next

Questions bout SVM

Hi,
On Fri, Jan 1, 2010 at 1:03 PM, Nancy Adam <nancyadam84 at hotmail.com> wrote:
No, I don't think so. W/o looking at the C code, I'm guessing that MSE
is a vector of length 10 that represents the mean squared error from
each fold ... but what are you trying to do? Trying to get the average
of the RMSE over all folds? Wouldn't that then be:
mean(sqrt(mymodel$MSE))?
OK
What parameters are you talking about? Your two `svm` function calls
look the same with the exception of not including a value for `cross`
in your 2nd.

What parameters of the SVM do you think are different?
Since the "data" argument is the 2nd argument in the function
definition of svm.formula, those two invocations are actually the
same.
It depends on what type of variable 'mytestdata' is, and its shape,
eg. those two calls might be doing the same thing if mytestdata is
just a 1d matrix.

-steve