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

Packages that use CachedKernel
weka.classifiers.functions.supportVector   
 

Uses of CachedKernel in weka.classifiers.functions.supportVector
 

Subclasses of CachedKernel in weka.classifiers.functions.supportVector
 class NormalizedPolyKernel
          The normalized polynomial kernel.
K(x,y) = <x,y>/sqrt(<x,x><y,y>) where <x,y> = PolyKernel(x,y)

Valid options are:

 class PolyKernel
          The polynomial kernel : K(x, y) = <x, y>^p or K(x, y) = (<x, y>+1)^p

Valid options are:

 class Puk
          The Pearson VII function-based universal kernel.

For more information see:

B.
 class RBFKernel
          The RBF kernel.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.