Ticket #37862: initialization.patch

File initialization.patch, 248 bytes (added by andre.dos.anjos@…, 11 years ago)

Patch to fix model_ptr->sv_indices initialization issue

  • svm.cpp

    old new  
    27472747        model->probB = NULL;
    27482748        model->label = NULL;
    27492749        model->nSV = NULL;
     2750  model->sv_indices = NULL;
    27502751
    27512752        char cmd[81];
    27522753        while(1)