From 25a217b016bef72f1d5a87763559eb3654e96371 Mon Sep 17 00:00:00 2001 From: rasbt <mail@sebastianraschka.com> Date: Sun, 16 Aug 2015 18:34:54 -0400 Subject: [PATCH] small typo fix "radius" in rbf kernel --- examples/svm/plot_rbf_parameters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/svm/plot_rbf_parameters.py b/examples/svm/plot_rbf_parameters.py index ead630e293..d3ea13e2e8 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 -- GitLab