GraphKernels
GraphKernels copied to clipboard
A package for computing Graph Kernels
Hello, I've created a list of directed igraphs with several attributes for each vertex. Applying the CalculateVertexHistKernel - function, I receive the following error: > Traceback (most recent call last):...
Hello! I want to install graphkernels, and am receiving the output at the following file when using the command: `pip --no-cache-dir install graphkernels`: [graphkernels_install_err.txt](https://github.com/BorgwardtLab/GraphKernels/files/9209889/graphkernels_install_err.txt) The main error from this seems...
Hello, I am using **windows**, I downloaded eigen following the windows method suggested in [here](https://github.com/roboticslab-uc3m/installation-guides/blob/master/install-eigen.md) I also tried to download eigen using conda in [here](https://anaconda.org/omnia/eigen3) In both cases, I get...
when i set up the python package named GKextCPy-0.3.0 you offered ,there are a lot of questions . it shows the following" 1. fatal error:numpy/arrayobject.h:No such file or directory.
Please see https://github.com/igraph/python-igraph/issues/699 for the reasoning.
Thank you for sharing graph kernels implementation. I fixed 2 errors caused by the update of numpy. * Some older numpy data types are used in `GKextCPy_wrap.cxx`. However, such older...