When using libsvm
, the parameter $\gamma$ is a parameter for the kernel function. Its default value is setup as $$\gamma = \frac{1}{\text{number of features.}}$$
Is there any theoretical guidance for setting up this parameter besides existing methods, e.g., grid search?