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

Packages that use PolyKernel
weka.classifiers.functions.supportVector   
 

Uses of PolyKernel in weka.classifiers.functions.supportVector
 

Subclasses of PolyKernel 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:

 



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