Commit Graph

2 Commits

Author SHA1 Message Date
Fabian Pedregosa 449cc00244 Refactoring on the svm module.
Cleanup innecessary code in svm module, add docstring. Also simplify the bindings and avoid creating new objects in the wrap functions, pass arrays by reference whenever possible.

Change some names: SVC.rho_ --> SVC.intercept_

Also added tests.

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@710 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-04-29 06:59:48 +00:00
Gael Varoquaux 03c7d926f6 DOC: Moving examples in a separate directory, final commit (hopefully)
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@703 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-04-23 05:52:16 +00:00