Re: [R] ksvm question -- help! line search failed...

2009-07-07 Thread Steve Lianoglou
I guess this is going to be hard to debug w/o knowing more about your data. How big is your dataset? * How many observations? * How many predictors/features per observation? How many classes are in the data? Can you make a small reproducible example? Does your now cleaned data work w/ e1071

Re: [R] ksvm question -- help! line search failed...

2009-07-07 Thread Michael
I got the data working, but now I got another problem with KSVM: line search fails -2.793708 -0.5831701 1.870406e-05 -5.728611e-06 -5.059796e-08 -3.761822e-08 -7.308871e-13Error in prob.model(object)[[p]]$A : $ operator is invalid for atomic vectors On Tue, Jul 7, 2009 at 6:45 PM, Steve Lian