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 cb964cf9f7 Set tqdm usages in all graph kernels with self-defined intervals so that it will print less lines when writing to a file. 4 years ago
..
__init__.py Add graph kernel metadata. 4 years ago
commonWalkKernel.py Update comments, minor bugs for graph kernels. 4 years ago
common_walk.py Set tqdm usages in all graph kernels with self-defined intervals so that it will print less lines when writing to a file. 4 years ago
conjugate_gradient.py Set tqdm usages in all graph kernels with self-defined intervals so that it will print less lines when writing to a file. 4 years ago
fixed_point.py Set tqdm usages in all graph kernels with self-defined intervals so that it will print less lines when writing to a file. 4 years ago
graph_kernel.py Enable sp kernel and ssp kernel to NOT use fcsp. 4 years ago
marginalized.py Set tqdm usages in all graph kernels with self-defined intervals so that it will print less lines when writing to a file. 4 years ago
marginalizedKernel.py Update comments, minor bugs for graph kernels. 4 years ago
metadata.py Enable sp kernel and ssp kernel to NOT use fcsp. 4 years ago
path_up_to_h.py Set tqdm usages in all graph kernels with self-defined intervals so that it will print less lines when writing to a file. 4 years ago
randomWalkKernel.py Update comments, minor bugs for graph kernels. 4 years ago
random_walk.py Add the ConjugateGradient class. 4 years ago
random_walk_meta.py Refactor: deprecate the usage of "__" for the "private" members and methods, use "_" instead. 4 years ago
shortest_path.py Set tqdm usages in all graph kernels with self-defined intervals so that it will print less lines when writing to a file. 4 years ago
spKernel.py Update comments, minor bugs for graph kernels. 4 years ago
spectral_decomposition.py Set tqdm usages in all graph kernels with self-defined intervals so that it will print less lines when writing to a file. 4 years ago
structural_sp.py Check and update datasets for exp of comparing fcsp. 4 years ago
structuralspKernel.py [Very important!!!] fix bugs in ssp kernel functions, before this update symbolic/dicrete edge labels were ignored! 4 years ago
sylvester_equation.py Set tqdm usages in all graph kernels with self-defined intervals so that it will print less lines when writing to a file. 4 years ago
treelet.py Set tqdm usages in all graph kernels with self-defined intervals so that it will print less lines when writing to a file. 4 years ago
treeletKernel.py Update comments, minor bugs for graph kernels. 4 years ago
untilHPathKernel.py Update comments, minor bugs for graph kernels. 4 years ago
weisfeilerLehmanKernel.py Update comments, minor bugs for graph kernels. 4 years ago
weisfeiler_lehman.py Fix bugs in pairwise computationWL subtree kernel. 4 years ago

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

Text Jupyter Notebook Python C++ other