|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
registerAttribute(self,
attributeName,
attributeValue=None,
action=None) |
source code
|
|
|
|
|
copy(self,
other,
patterns,
deepcopy)
Each class that wants to use the generic copy constructor needs to
define this function for doing class-specific copying |
source code
|
|
|
getKernelMatrix(self)
returns the kernel matrix as a numpy array |
source code
|
|
|
attachKernel(self,
kernel='linear',
**args) |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|