Package | Description |
---|---|
weka.classifiers.functions.supportVector | |
weka.classifiers.mi.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.
|
Modifier and Type | Class and Description |
---|---|
class |
MIPolyKernel
The polynomial kernel : K(x, y) = <x, y>^p or K(x, y) = (<x, y>+1)^p
Valid options are:
|
class |
MIRBFKernel
The RBF kernel.
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.