You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
jajupmochi 06b32cdf8a 1. apply multiprocessing.Pool.imap_unordered method instead of the map method, so that tqdm could be applied to track progress. 7 years ago
datasets 1. add parallel computing scheme to spkernel and model_selection_precomputed. 7 years ago
notebooks 1. apply multiprocessing.Pool.imap_unordered method instead of the map method, so that tqdm could be applied to track progress. 7 years ago
pygraph 1. apply multiprocessing.Pool.imap_unordered method instead of the map method, so that tqdm could be applied to track progress. 7 years ago
.gitignore 1. upgrate spkernel, now supporting symbolic and non-symbolic node labels, directed and undirected graphs, and allowing user-defined node kernels. 7 years ago
LICENSE Initial commit 7 years ago
README.md 1. add parallel computing scheme to spkernel and model_selection_precomputed. 7 years ago

A Python package for graph kernels, graph edit distances and graph pre-image problem.

Text Jupyter Notebook Python C++ other