|
__init__(self,
arg=None,
**args)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
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
|
|
|
|
|
|
|
|
|
|
|
attachStringKernel(self,
stringKernel=None,
**args) |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getKernelMatrix(self)
returns the kernel matrix as a numpy array |
source code
|
|
|
|
|
|
|
registerAttribute(self,
attributeName,
attributeValue=None,
action=None) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
X = property(getX, setX, None, 'X')
|
|
isWrapper = True
|
|
kernel = property(get_kernel, set_kernel, None, 'kernel')
|
|
isVector = False
|
|
testingFunc = property(getTestingFunc, setTestingFunc, None, '...
|
|
trainingFunc = property(getTrainingFunc, setTrainingFunc, None...
|
|
type = 'dataset'
|
|
__del__ = lambda self:
|
|
__getattr__ = lambda self, name:
|
|
__swig_destroy__ = _csequencedata.delete_SequenceData
|
|
__swig_getmethods__ = {}
|
|
__swig_setmethods__ = {}
|