Example #1
0
 def __init__(self, *args, **kwargs):
     """Base class for LIBSVM Kernels has no parameters
     """
     Kernel.__init__(self, *args, **kwargs)
     self.compute()
Example #2
0
 def __init__(self, *args, **kwargs):
     Kernel.__init__(self, *args, **kwargs)
     self.compute()
Example #3
0
 def __init__(self, *args, **kwargs):
     """Base class for LIBSVM Kernels has no parameters
     """
     Kernel.__init__(self, *args, **kwargs)
     self.compute()