scikit-learn/examples/svm
Fabian Pedregosa 8143abbadf Add a complete example of SVM classifier using a precomputed kernel. 2010-05-17 11:25:35 +02:00
..
README.txt DOC: Moving examples in a separate directory, final commit (hopefully) 2010-04-23 05:52:16 +00:00
plot_custom_kernel.py Add a complete example of SVM classifier using a precomputed kernel. 2010-05-17 11:25:35 +02:00
plot_svm.py DOC: Moving examples in a separate directory, final commit (hopefully) 2010-04-23 05:52:16 +00:00
plot_svm_hyperplane.py Refactoring on the svm module. 2010-04-29 06:59:48 +00:00
plot_svm_nonlinear.py DOC: Moving examples in a separate directory, final commit (hopefully) 2010-04-23 05:52:16 +00:00
plot_svm_oneclass.py DOC: Moving examples in a separate directory, final commit (hopefully) 2010-04-23 05:52:16 +00:00

README.txt

SVM: support vector machine
------------------------------

Examples concerning the `scikits.learn.svm` package.