The RBF kernel. K(x, y) = e^-(gamma * <x-y, x-y>^2)
Valid options are:
-D Enables debugging output (if available) to be printed. (default: off)
-no-checks Turns off all checks - use with caution! (default: checks on)
-C <num> The size of the cache (a prime number), 0 for full cache and -1 to turn it off. (default: 250007)
-G <num> The Gamma parameter. (default: 0.01)
@author Eibe Frank (eibe@cs.waikato.ac.nz)
@author Shane Legg (shane@intelligenesis.net) (sparse vector code)
@author Stuart Inglis (stuart@reeltwo.com) (sparse vector code)
@author J. Lindgren (jtlindgr{at}cs.helsinki.fi) (RBF kernel)
@version $Revision: 5518 $