Uses of Class
weka.classifiers.functions.supportVector.Kernel

Packages that use Kernel
weka.classifiers.functions   
weka.classifiers.functions.supportVector   
 

Uses of Kernel in weka.classifiers.functions
 

Fields in weka.classifiers.functions declared as Kernel
private  Kernel SMOreg.m_kernel
          Kernel to use
private  Kernel SMO.BinarySMO.m_kernel
          Kernel to use
 

Uses of Kernel in weka.classifiers.functions.supportVector
 

Subclasses of Kernel in weka.classifiers.functions.supportVector
 class NormalizedPolyKernel
          The normalized polynomial kernel.
 class PolyKernel
          The polynomial kernel : K(x, y) = ^p or K(x, y) = (+1)^p
 class RBFKernel
          The RBF kernel.