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: |
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:
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.