| 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: |
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.