Dear Pavel,
It also failed when I ran the the regression example (prex_regr).
It seems that the algorithm stop when optimization has to be used.
After I ran, it showed the following:
??? Invalid MEX-file ‘C:\Program
Files\MATLAB\R2007b\toolbox\prtools\private\qld.dll’:
C:\Program
Files\MATLAB\R2007b\toolbox\prtools\private\qld.dll is not a
valid Win32 application.
.
Error in ==> nu_svro at 112
v = qld (D, f, -A, b, lb, ub, p, length(b));
Error in ==> nu_svr at 122
[v,J,epsilon_or_nu] =
nu_svro(+K,y,C,svr_type,nu_or_epsilon,pd);
Error in ==> map at 115
d = feval(mapp,a,pars{:});
Error in ==> C:\Program
Files\MATLAB\R2007b\toolbox\prtools\@mapping\mtimes.p>mtimes
at 15
Error in ==> prex_regr at 15
w2a = a*nu_svr([],’r’,2,0.01,’epsilon’,0.1);
=============================================
Here is my svmr code.
I just tried to create a model.
trn = oc_set(trn);
model = svmr(trn,’r’);
after I ran, it showed the following
??? Invalid MEX-file ‘C:\Program
Files\MATLAB\R2007b\toolbox\prtools\private\qld.dll’:
C:\Program
Files\MATLAB\R2007b\toolbox\prtools\private\qld.dll is not a
valid Win32 application.
.
Error in ==> svmr at 65
alf = qld(H,f,Aeq,beq,lb,ub,[],1);
Error in ==> start at 6
model = svmr(trn,’r’);
Thanks