search for: anovadot

Displaying 2 results from an estimated 2 matches for "anovadot".

Did you mean: anotado
2008 Jun 25
1
stringdot
...rnel="stringdot",C=10,cross=5) # this give the following error #Error in match.arg(kernel, c("rbfdot", "polydot", "tanhdot", "vanilladot", : # 'arg' should be one of ?rbfdot?, ?polydot?, ?tanhdot?, ?vanilladot?, ?laplacedot?, ?besseldot?, ?anovadot?, ?splinedot?, ?matrix? What am I doing wrong here? Thanks ../Murli
2010 Sep 24
0
kernlab:ksvm:eps-svr: bug?
...66 ,na.action = na.omit) 67 { ... 74 sparse <- FALSE 75 76 if(is.character(kernel)){ 77 kernel <- match.arg(kernel,c("rbfdot","polydot","tanhdot","vanilladot","laplacedot","besseldot","anovadot","splinedot","matrix")) 78 79 if(kernel == "matrix") 80 if(dim(x)[1]==dim(x)[2]) 81 return(ksvm(as.kernelMatrix(x), y = y, type = type, C = C, nu = nu, epsilon = epsilon, prob.model = prob.model, class.weights = class.weights, c...