Uses of Class
weka.classifiers.functions.supportVector.PolyKernel
-
Uses of PolyKernel in weka.classifiers.functions.supportVector
Modifier and TypeClassDescriptionclass
The normalized polynomial kernel.
K(x,y) = <x,y>/sqrt(<x,x><y,y>) where <x,y> = PolyKernel(x,y)