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