| Package | Description |
|---|---|
| weka.classifiers.functions.supportVector |
| Modifier and Type | Class and Description |
|---|---|
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 © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.