.. _example_svm_plot_svm_nonlinear.py: ============== Non-linear SVM ============== Perform binary classification using non-linear SVC with RBF kernel. The target to predict is a XOR of the inputs. The color map illustrates the decision function learned by the SVC. .. image:: images/\plot_svm_nonlinear_001.png :align: center **Python source code:** :download:`plot_svm_nonlinear.py ` .. literalinclude:: plot_svm_nonlinear.py :lines: 12- **Total running time of the example:** 1.72 seconds ( 0 minutes 1.72 seconds)