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 e84bc76866 Add parallelization to WL subtree kernel. 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 Refactor: deprecate the usage of "__" for the "private" members and methods, use "_" instead. 4 years ago
conjugate_gradient.py Fix bugs in four random walk kernels. 4 years ago
fixed_point.py Fix bugs in four random walk kernels. 4 years ago
graph_kernel.py Enable sp kernel and ssp kernel to NOT use fcsp. 4 years ago
marginalized.py Refactor: deprecate the usage of "__" for the "private" members and methods, use "_" instead. 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 Refactor: deprecate the usage of "__" for the "private" members and methods, use "_" instead. 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 Update: Check if all graphs have edge(s) in ShorestPath. 4 years ago
spKernel.py Update comments, minor bugs for graph kernels. 4 years ago
spectral_decomposition.py Fix bugs in four random walk kernels. 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 Update random walk kernels. 4 years ago
treelet.py Refactor: deprecate the usage of "__" for the "private" members and methods, use "_" instead. 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 Add parallelization to WL 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