~ubuntu-branches/ubuntu/hardy/libsvm/hardy

« back to all changes in this revision

Viewing changes to python/svmc.i

  • Committer: Bazaar Package Importer
  • Author(s): Rudi Cilibrasi
  • Date: 2007-10-03 17:49:09 UTC
  • Revision ID: james.westby@ubuntu.com-20071003174909-mjvk0f8sf133muyb
Tags: 2.84.0-2
* Verbosity option for python.  Thanks to Michael Hanke. (Closes: #439112)
* Updated Build-Depends and Depends and clarified package authorship.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        struct svm_node **x;
35
35
};
36
36
 
 
37
/* one really wants to configure verbosity within python */
 
38
void svm_set_verbosity(int verbosity_flag);
 
39
 
37
40
struct svm_model *svm_train(const struct svm_problem *prob, const struct svm_parameter *param);
38
41
 
39
42
void svm_cross_validation(const struct svm_problem *prob, const struct svm_parameter *param, int nr_fold, double *target);