Package: libsvm
Severity: wishlist
Tags: patch

Hi,

version 2.84.0 added the possibility to switch off the endless status
messages sent to stdout. Please consider the attached patch to be able
to switch them off from withon Python as well.


Thanks,

Michael


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-2-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
GPG key:  1024D/3144BE0F Michael Hanke
http://apsy.gse.uni-magdeburg.de/hanke
ICQ: 48230050
diff -rNu libsvm-2.84.0/python/svmc.i libsvm-2.84.0+verbose/python/svmc.i
--- libsvm-2.84.0/python/svmc.i	2007-03-31 02:31:32.000000000 +0200
+++ libsvm-2.84.0+verbose/python/svmc.i	2007-08-22 14:42:37.000000000 +0200
@@ -34,6 +34,9 @@
 	struct svm_node **x;
 };
 
+/* one really wants to configure verbosity within python */
+void svm_set_verbosity(int verbosity_flag);
+
 struct svm_model *svm_train(const struct svm_problem *prob, const struct svm_parameter *param);
 
 void svm_cross_validation(const struct svm_problem *prob, const struct svm_parameter *param, int nr_fold, double *target);

Attachment: signature.asc
Description: Digital signature

Reply via email to