Trees | Indices | Help |
|
---|
|
object --+ | Kernel --+ | ext.ckernel._object --+ | | | ext.ckernel.Kernel --+ | | | ext.ckernel.Gaussian --+ | Gaussian
A Gaussian (RBF) kernel K(x,y) = exp( - gamma * ||x - y||**2
Construction: k = Gaussian(gamma)
Attributes: gamma - kernel width parameter
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|||
Inherited from Kernel | |||
---|---|---|---|
|
|||
Inherited from ext.ckernel.Gaussian | |||
|
|||
|
|||
|
|||
Inherited from ext.ckernel.Kernel | |||
|
Class Variables | |
attributes = {'normalization': NONE, 'gamma': 1.0,}
|
|
Inherited from Kernel | |
---|---|
type = 'kernel'
|
|
Inherited from ext.ckernel.Gaussian | |
__del__ = lambda self:
|
|
__getattr__ = lambda self, name:
|
|
__swig_destroy__ = _ckernel.delete_Gaussian
|
|
__swig_getmethods__ = {}
|
|
__swig_setmethods__ = {}
|
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
repr(x)
|
|
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri May 2 12:39:29 2008 | http://epydoc.sourceforge.net |