.. _book_fig_chapter9_fig_svm_diagram: SVM Diagram ----------- Figure 9.9 Illustration of SVM. The region between the dashed lines is the margin, and the points which the dashed lines touch are called the support vectors. .. image:: ../images/chapter9/fig_svm_diagram_1.png :scale: 100 :align: center .. raw:: html
**Code output:** .. raw:: html
.. literalinclude:: fig_svm_diagram.txt .. raw:: html
**Python source code:** .. raw:: html
.. literalinclude:: fig_svm_diagram.py :lines: 9- .. raw:: html
:download:`[download source: fig_svm_diagram.py] ` .. raw:: html