Commit Graph

4 Commits

Author SHA1 Message Date
Fabian Pedregosa 138e688ea6 Refactoring in svm module.
Renaming and module denesting. This is just a refactoring of low-level
routines to ease usage of the low-level API. Higher level API was not
changed.
2011-03-30 16:06:49 +02:00
Fabian Pedregosa 758e5c560c Remove redundant site.cfg parsing. 2010-12-07 15:27:31 +01:00
Fabian Pedregosa 5a5d9d5e5c Fix for building libsvm in a portable way.
OK, so distutils in OSX totally refuses to build two different
binaries from the same file, so we generate just one binary with
different function signatures from libsvm_templace.cpp.

This should solve the problem.
2010-10-21 15:45:25 +02:00
Fabian Pedregosa 774107a6e6 Add setup.py to svm.sparse 2010-10-21 13:02:13 +02:00