Ticket #18557: patch-mvpa.diff

File patch-mvpa.diff, 579 bytes (added by krunk7@…, 15 years ago)

patch-mvpa.diff

  • mvpa/clfs/libsvmc/svmc.i

    diff --git a/mvpa/clfs/libsvmc/svmc.i b/mvpa/clfs/libsvmc/svmc.i
    index 2b50c85..16bfa5d 100644
    a b struct svm_model 
    146146                                // 0 if svm_model is created by svm_train
    147147};
    148148
    149 /* one really wants to configure verbosity within python! */
    150 void svm_set_verbosity(int verbosity_flag);
    151 
    152149struct svm_model *svm_train(const struct svm_problem *prob, const struct svm_parameter *param);
    153150
    154151void svm_cross_validation(const struct svm_problem *prob, const struct svm_parameter *param, int nr_fold, double *target);