xdata-skylark / libskylark

Sketching-based Distributed Matrix Computations for Machine Learning
Other
98 stars 20 forks source link

kernels.py: Laplacian kernel binding implemented. #23

Closed positiveblue closed 8 years ago

positiveblue commented 8 years ago

In kernels.py Laplacian Kernel function will call now the C++ code. The function shares some code with the Gaussian Kernel and eventually will do with the Polynomial Kernel. There seems to be a problem with the Polynomial Kernel in the C++ code; However, I propose a refactor in the python bindings when the polynomial kernel is working.