diff --git a/examples/svm/plot_rbf_parameters.py b/examples/svm/plot_rbf_parameters.py index ead630e2933ec70999f8a7666246460c126b5839..d3ea13e2e88e7cd5e696213bebb2c3ffbe262d1a 100644 --- a/examples/svm/plot_rbf_parameters.py +++ b/examples/svm/plot_rbf_parameters.py @@ -4,7 +4,7 @@ RBF SVM parameters ================== This example illustrates the effect of the parameters ``gamma`` and ``C`` of -the Radius Basis Function (RBF) kernel SVM. +the Radial Basis Function (RBF) kernel SVM. Intuitively, the ``gamma`` parameter defines how far the influence of a single training example reaches, with low values meaning 'far' and high values meaning