NormalizedPolyKernel (original) (raw)


public class NormalizedPolyKernel
extends PolyKernel
The normalized polynomial kernel.
K(x,y) = <x,y>/sqrt(<x,x><y,y>) where <x,y> = PolyKernel(x,y)
Valid options are:
-D
Enables debugging output (if available) to be printed.
(default: off)
-no-checks
Turns off all checks - use with caution!
(default: checks on)
-C
The size of the cache (a prime number), 0 for full cache and
-1 to turn it off.
(default: 250007)
-E
The Exponent to use.
(default: 1.0)
-L
Use lower-order terms.
(default: no)
Version: Revision:1.8Revision: 1.8 Revision:1.8
Author:
Eibe Frank (eibe@cs.waikato.ac.nz)
See Also:
Serialized Form