graphkit-learn
graphkit-learn copied to clipboard
A python package for graph kernels, graph edit distances, and graph pre-image problem.
For some Graphs gklearn throws a "Key Error" when generating canonical keys. This does not happen for all graphs, I assume it is limited to this pattern. Help would be...
When using the function [`generate_median_preimages_by_class()`](https://github.com/jajupmochi/graphkit-learn/blob/master/gklearn/preimage/utils.py#L27), the results after the first class are not correct when I run the code in Ubuntu terminal using `# python3 ...`. The answer [here](https://stackoverflow.com/questions/44520657/why-are-ipython-and-python-returning-different-outputs-when-i-call-a-cython-exte) says...
Any workaround for this error. Also, I want to compute GED for large matrices ?
I have searched almost all the literature, but have not found the atomic type corresponding to the node label of the NCI1 dataset. We know that the NCI1 dataset is...