Kernel coefficient for RBF and polynomial kernels.
Gamma defines the 'influence' of each training example in the features space.
A low value of gamma means that each example has 'far-reaching influence', while a high value means that each example only has close-range influence.
If no value is specified (or 0.0), then
1/nb_features is used.